OPENSSL_EXTERN, OPENSSL_GLOBAL
This commit is contained in:
@@ -68,7 +68,7 @@ const char *ssl2_version_str="SSLv2" OPENSSL_VERSION_PTEXT;
|
||||
|
||||
#define SSL2_NUM_CIPHERS (sizeof(ssl2_ciphers)/sizeof(SSL_CIPHER))
|
||||
|
||||
GLOBAL SSL_CIPHER ssl2_ciphers[]={
|
||||
OPENSSL_GLOBAL SSL_CIPHER ssl2_ciphers[]={
|
||||
/* NULL_WITH_MD5 v3 */
|
||||
#if 0
|
||||
{
|
||||
|
@@ -68,7 +68,7 @@ const char *ssl3_version_str="SSLv3" OPENSSL_VERSION_PTEXT;
|
||||
|
||||
static long ssl3_default_timeout(void );
|
||||
|
||||
GLOBAL SSL_CIPHER ssl3_ciphers[]={
|
||||
OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[]={
|
||||
/* The RSA ciphers */
|
||||
/* Cipher 01 */
|
||||
{
|
||||
|
@@ -70,7 +70,7 @@ static STACK *ssl_ctx_meth=NULL;
|
||||
static int ssl_meth_num=0;
|
||||
static int ssl_ctx_meth_num=0;
|
||||
|
||||
GLOBAL SSL3_ENC_METHOD ssl3_undef_enc_method={
|
||||
OPENSSL_GLOBAL SSL3_ENC_METHOD ssl3_undef_enc_method={
|
||||
ssl_undefined_function,
|
||||
ssl_undefined_function,
|
||||
ssl_undefined_function,
|
||||
|
Reference in New Issue
Block a user