More cover-ups, removing OPENSSL_GLOBAL/EXTERNS.

This commit is contained in:
Andy Polyakov
2005-04-13 21:48:12 +00:00
parent a34f2d42b4
commit 0174c56851
2 changed files with 2 additions and 2 deletions

View File

@@ -125,7 +125,7 @@
const char *SSL_version_str=OPENSSL_VERSION_TEXT; 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 */ /* evil casts, but these functions are only called if there's a library bug */
(int (*)(SSL *,int))ssl_undefined_function, (int (*)(SSL *,int))ssl_undefined_function,
(int (*)(SSL *, unsigned char *, int))ssl_undefined_function, (int (*)(SSL *, unsigned char *, int))ssl_undefined_function,

View File

@@ -462,7 +462,7 @@ typedef struct ssl3_comp_st
COMP_METHOD *method; /* The method :-) */ COMP_METHOD *method; /* The method :-) */
} SSL3_COMP; } 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 ssl2_ciphers[];
OPENSSL_EXTERN SSL_CIPHER ssl3_ciphers[]; OPENSSL_EXTERN SSL_CIPHER ssl3_ciphers[];