GH675: make ssl3_ciphers static
Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:

committed by
Rich Salz

parent
de72be2e57
commit
f0ff328e36
@@ -159,7 +159,7 @@
|
|||||||
#define SSL3_NUM_CIPHERS OSSL_NELEM(ssl3_ciphers)
|
#define SSL3_NUM_CIPHERS OSSL_NELEM(ssl3_ciphers)
|
||||||
|
|
||||||
/* list of available SSLv3 ciphers (sorted by id) */
|
/* list of available SSLv3 ciphers (sorted by id) */
|
||||||
OPENSSL_GLOBAL const SSL_CIPHER ssl3_ciphers[] = {
|
static const SSL_CIPHER ssl3_ciphers[] = {
|
||||||
|
|
||||||
/* The RSA ciphers */
|
/* The RSA ciphers */
|
||||||
/* Cipher 01 */
|
/* Cipher 01 */
|
||||||
|
@@ -1691,7 +1691,6 @@ typedef struct ssl3_comp_st {
|
|||||||
# endif
|
# endif
|
||||||
|
|
||||||
extern SSL3_ENC_METHOD ssl3_undef_enc_method;
|
extern SSL3_ENC_METHOD ssl3_undef_enc_method;
|
||||||
OPENSSL_EXTERN const SSL_CIPHER ssl3_ciphers[];
|
|
||||||
|
|
||||||
SSL_METHOD *ssl_bad_method(int ver);
|
SSL_METHOD *ssl_bad_method(int ver);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user