X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=crypto%2Fcryptlib.h;h=1761f6b6687908cce502f55358ada33739edd8d3;hb=3096d53b4657762f5a6868323439452a9bbed666;hp=93e162a9936a49d2710b4de74f38f763513790cd;hpb=51d28013db89b6ebecd0c89bd7f527aeddda0a98;p=openssl.git diff --git a/crypto/cryptlib.h b/crypto/cryptlib.h index 93e162a993..1761f6b668 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 "ms/uplink.h" +#endif + #include #include #include @@ -94,7 +99,7 @@ extern "C" { #define HEX_SIZE(type) (sizeof(type)*2) void OPENSSL_cpuid_setup(void); -extern unsigned long OPENSSL_ia32cap_P; +extern unsigned int OPENSSL_ia32cap_P[]; void OPENSSL_showfatal(const char *,...); void *OPENSSL_stderr(void); extern int OPENSSL_NONPIC_relocated;