projects
/
umurmur.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25a2f4b
)
Fix const-correctness warnings in OpenSSL's SSLi_init().
author
Tilman Sauerbeck
<tilman@code-monkey.de>
Thu, 28 Dec 2017 12:12:50 +0000
(13:12 +0100)
committer
Tilman Sauerbeck
<tilman@code-monkey.de>
Thu, 28 Dec 2017 12:34:26 +0000
(13:34 +0100)
src/ssli_openssl.c
patch
|
blob
|
history
diff --git
a/src/ssli_openssl.c
b/src/ssli_openssl.c
index 3d173c3ffd0cd4def5eac44de3be57999cc1f1e2..c35e1f82b4ef64338c7e4b6267d8b08a3463635c 100644
(file)
--- a/
src/ssli_openssl.c
+++ b/
src/ssli_openssl.c
@@
-188,7
+188,7
@@
void SSLi_init(void)
SSL *ssl;
int i, offset = 0, cipherstringlen = 0;
STACK_OF(SSL_CIPHER) *cipherlist = NULL, *cipherlist_new = NULL;
- SSL_CIPHER *cipher;
+
const
SSL_CIPHER *cipher;
char *cipherstring = NULL;
SSL_library_init();