use more descriptive name DEFINE_STACK_OF_CONST
[openssl.git] / include / openssl / ssl.h
index fdee4833b856a8097912d75be4c35aa1acbb5ec0..ee1835a91bad4ffef6d5e6b6a0652ea000f8f6e9 100644 (file)
@@ -325,7 +325,7 @@ typedef struct ssl_session_st SSL_SESSION;
 typedef struct tls_sigalgs_st TLS_SIGALGS;
 typedef struct ssl_conf_ctx_st SSL_CONF_CTX;
 
-DEFINE_CONST_STACK_OF(SSL_CIPHER)
+DEFINE_STACK_OF_CONST(SSL_CIPHER)
 
 /* SRTP protection profiles for use with the use_srtp extension (RFC 5764)*/
 typedef struct srtp_protection_profile_st {