提交 3ed449e9 编写于 作者: A Andy Polyakov

More cover-ups, removing OPENSSL_GLOBAL/EXTERNS. We can remove more...

上级 4f1c33b4
......@@ -129,7 +129,7 @@
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,
......
......@@ -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[];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册