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

index 71d4f64975761fcb950531c1ea661a29867464d6..7d40632ddf81e74ffafef63eac1f9d0f8fdea0d6 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 fcbfb161aa32d58ccacd67aeff132b5d4fd0c4d7..8ff2021bc5f881efeacd5a809f84c3833735bbc7 100644 (file)
@@ -487,7 +487,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[];