From: Hugo Villeneuve Date: Wed, 6 Nov 2013 00:40:35 +0000 (-0500) Subject: Fix compilation warning with SSLv23_client_method() X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=36eddd2c06ce9b09c83102353deb213e065e901d;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. */