X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=include%2Fopenssl%2Fssl.h;h=36d17dd224f21bc6effb4ad66bc6551f759af3af;hp=d51c2d48408f9fe5bdf79f94dadb9f1b9a816b86;hb=2c90015c06ac7b49eace0683c483b70e55bc91ba;hpb=0340edcf6770c40a251be7e7ffb0f02d020ecd45 diff --git a/include/openssl/ssl.h b/include/openssl/ssl.h index d51c2d4840..36d17dd224 100644 --- a/include/openssl/ssl.h +++ b/include/openssl/ssl.h @@ -1934,8 +1934,9 @@ int (*SSL_CTX_get_security_callback(const SSL_CTX *ctx)) (SSL *s, void SSL_CTX_set0_security_ex_data(SSL_CTX *ctx, void *ex); __owur void *SSL_CTX_get0_security_ex_data(const SSL_CTX *ctx); -#define OPENSSL_INIT_NO_LOAD_SSL_STRINGS 0x0100000000 -#define OPENSSL_INIT_LOAD_SSL_STRINGS 0x0200000000 +/* OPENSSL_INIT flag 0x010000 reserved for internal use */ +#define OPENSSL_INIT_NO_LOAD_SSL_STRINGS 0x00100000L +#define OPENSSL_INIT_LOAD_SSL_STRINGS 0x00200000L #define OPENSSL_INIT_SSL_DEFAULT \ (OPENSSL_INIT_LOAD_SSL_STRINGS | OPENSSL_INIT_LOAD_CRYPTO_STRINGS)