Stop warning about different const qualifiers.
This commit is contained in:
parent
79bd20fd17
commit
349e78e2e8
@ -1374,7 +1374,7 @@ STACK_OF(SSL_CIPHER) *ssl_create_cipher_list(const SSL_METHOD *ssl_method,
|
|||||||
if (ok && (strlen(rule_p) > 0))
|
if (ok && (strlen(rule_p) > 0))
|
||||||
ok = ssl_cipher_process_rulestr(rule_p, &head, &tail, ca_list);
|
ok = ssl_cipher_process_rulestr(rule_p, &head, &tail, ca_list);
|
||||||
|
|
||||||
OPENSSL_free(ca_list); /* Not needed anymore */
|
OPENSSL_free((void *)ca_list); /* Not needed anymore */
|
||||||
|
|
||||||
if (!ok)
|
if (!ok)
|
||||||
{ /* Rule processing failure */
|
{ /* Rule processing failure */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user