summaryrefslogtreecommitdiffstats
path: root/crypto/cryptlib.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-05-17 00:08:28 +0000
committerAndy Polyakov <appro@openssl.org>2005-05-17 00:08:28 +0000
commitea1b02db6ab4864befde88ed03099f075cf7db76 (patch)
tree6aa77dcf5934d6197d9fafa59d3ce55f4eb019f4 /crypto/cryptlib.h
parent2c4b354d32b1f34314f1a3ebeee0d0fcfb7505a0 (diff)
OPENSSL_Applink update.
Diffstat (limited to 'crypto/cryptlib.h')
-rw-r--r--crypto/cryptlib.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/cryptlib.h b/crypto/cryptlib.h
index 93e162a993..9711f42e22 100644
--- a/crypto/cryptlib.h
+++ b/crypto/cryptlib.h
@@ -64,6 +64,11 @@
#include "e_os.h"
+#ifdef OPENSSL_USE_APPLINK
+#define BIO_FLAGS_UPLINK 0x8000
+#include "uplink.h"
+#endif
+
#include <openssl/crypto.h>
#include <openssl/buffer.h>
#include <openssl/bio.h>