diff options
Diffstat (limited to 'crypto/cryptlib.h')
-rw-r--r-- | crypto/cryptlib.h | 5 |
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> |