X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl_ciph.c;h=5b51ea6885524c0e6814dfbd161e6f0b5bc5ef2f;hp=430c1b379ba44dcbfe8660ef7aa5d85a709d240b;hb=bfaead2b12fd94c58308f338ff5e42f0e8738849;hpb=e6b4578540858c95f0b51dc7ae0c1a89efa25baa diff --git a/ssl/ssl_ciph.c b/ssl/ssl_ciph.c index 430c1b379b..5b51ea6885 100644 --- a/ssl/ssl_ciph.c +++ b/ssl/ssl_ciph.c @@ -1258,7 +1258,7 @@ STACK_OF(SSL_CIPHER) *ssl_create_cipher_list(const SSL_METHOD *ssl_method, STACK_OF(SSL_CIPHER) *cipherstack, *tmp_cipher_list; const char *rule_p; CIPHER_ORDER *co_list = NULL, *head = NULL, *tail = NULL, *curr; - SSL_CIPHER **ca_list = NULL; + const SSL_CIPHER **ca_list = NULL; /* * Return with error if nothing to do. @@ -1353,8 +1353,8 @@ STACK_OF(SSL_CIPHER) *ssl_create_cipher_list(const SSL_METHOD *ssl_method, return(NULL); /* Failure */ } ssl_cipher_collect_aliases(ca_list, num_of_group_aliases, - disabled_mkey, disabled_auth, disabled_enc, disabled_mac, disabled_ssl, - head); + disabled_mkey, disabled_auth, disabled_enc, + disabled_mac, disabled_ssl, head); /* * If the rule_string begins with DEFAULT, apply the default rule