Fix compilation warning with SSLv23_client_method()
authorHugo Villeneuve <hugo@hugovil.com>
Wed, 6 Nov 2013 00:40:35 +0000 (19:40 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 6 Nov 2013 00:53:17 +0000 (19:53 -0500)
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