projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79bd20f
)
Stop warning about different const qualifiers.
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 24 Nov 2008 17:39:42 +0000
(17:39 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 24 Nov 2008 17:39:42 +0000
(17:39 +0000)
ssl/ssl_ciph.c
patch
|
blob
|
history
diff --git
a/ssl/ssl_ciph.c
b/ssl/ssl_ciph.c
index 5b51ea6885524c0e6814dfbd161e6f0b5bc5ef2f..1990fccf2f2f5d19b29c251a2972f2d0ff25596b 100644
(file)
--- a/
ssl/ssl_ciph.c
+++ b/
ssl/ssl_ciph.c
@@
-1374,7
+1374,7
@@
STACK_OF(SSL_CIPHER) *ssl_create_cipher_list(const SSL_METHOD *ssl_method,
if (ok && (strlen(rule_p) > 0))
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)
{ /* Rule processing failure */