]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - ssl/ssl_local.h
libssl: Make some global mutable structures constant
[thirdparty/openssl.git] / ssl / ssl_local.h
index 8e69760b601269ab6e75eb792bc6e66b21d2b768..211b72c6fe6eda9c1326b0f37e6230106d43fdba 100644 (file)
@@ -2233,7 +2233,7 @@ typedef enum downgrade_en {
 extern const unsigned char tls11downgrade[8];
 extern const unsigned char tls12downgrade[8];
 
-extern SSL3_ENC_METHOD ssl3_undef_enc_method;
+extern const SSL3_ENC_METHOD ssl3_undef_enc_method;
 
 __owur const SSL_METHOD *sslv3_method(void);
 __owur const SSL_METHOD *sslv3_server_method(void);