More cover-ups, removing OPENSSL_GLOBAL/EXTERNS.
authorAndy Polyakov <appro@openssl.org>
Wed, 13 Apr 2005 21:48:12 +0000 (21:48 +0000)
committerAndy Polyakov <appro@openssl.org>
Wed, 13 Apr 2005 21:48:12 +0000 (21:48 +0000)
ssl/ssl_lib.c
ssl/ssl_locl.h

index 631229558f9e39b8f1a5e531d62e1be993c54d20..31cb207ed20a64fdf8958bd65bf60721d02dcc83 100644 (file)
 
 const char *SSL_version_str=OPENSSL_VERSION_TEXT;
 
-OPENSSL_GLOBAL SSL3_ENC_METHOD ssl3_undef_enc_method={
+SSL3_ENC_METHOD ssl3_undef_enc_method={
        /* evil casts, but these functions are only called if there's a library bug */
        (int (*)(SSL *,int))ssl_undefined_function,
        (int (*)(SSL *, unsigned char *, int))ssl_undefined_function,
index 25a144a0d0de02ceb016e6f85486698d551dbb57..79cee72b77ebf683a489f85d261c5d2b7cdbca1c 100644 (file)
@@ -462,7 +462,7 @@ typedef struct ssl3_comp_st
        COMP_METHOD *method; /* The method :-) */
        } SSL3_COMP;
 
-OPENSSL_EXTERN SSL3_ENC_METHOD ssl3_undef_enc_method;
+extern SSL3_ENC_METHOD ssl3_undef_enc_method;
 OPENSSL_EXTERN SSL_CIPHER ssl2_ciphers[];
 OPENSSL_EXTERN SSL_CIPHER ssl3_ciphers[];