projects
/
dockapps
/
wmnotify.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4eb99f7
)
Fix compilation warning with SSLv23_client_method()
author
Hugo Villeneuve
<hugo@hugovil.com>
Wed, 6 Nov 2013 00:40:35 +0000
(19:40 -0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Wed, 6 Nov 2013 00:41:06 +0000
(19:41 -0500)
src/ssl.c
patch
|
blob
|
history
diff --git
a/src/ssl.c
b/src/ssl.c
index
46827f7
..
3acb529
100644
(file)
--- a/
src/ssl.c
+++ b/
src/ssl.c
@@
-48,7
+48,7
@@
SSL_CTX *
\r
InitCTX( void )
\r
{
\r
- SSL_METHOD *method;
\r
+
const
SSL_METHOD *method;
\r
SSL_CTX *ctx;
\r
\r
SSL_library_init(); /* Load cryptos, et.al. */
\r