From: Hugo Villeneuve Date: Wed, 6 Nov 2013 00:40:35 +0000 (-0500) Subject: Fix compilation warning with SSLv23_client_method() X-Git-Tag: v1.0.1~1 X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=430a3dc107e57e27ac551204d985892cf090ebf1;p=dockapps%2Fwmnotify.git Fix compilation warning with SSLv23_client_method() --- diff --git a/src/ssl.c b/src/ssl.c index 46827f7..3acb529 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -48,7 +48,7 @@ SSL_CTX * InitCTX( void ) { - SSL_METHOD *method; + const SSL_METHOD *method; SSL_CTX *ctx; SSL_library_init(); /* Load cryptos, et.al. */