Fix compilation warning with SSLv23_client_method()
[dockapps/wmnotify.git] / 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