]> sjero.net Git - wget/blobdiff - src/openssl.c
[svn] Move extern declarations to .h files.
[wget] / src / openssl.c
index 24652946f508070cd4ab2d772a712fe0ba70824c..75011af7ccc988888c37849664c095453426a977 100644 (file)
@@ -50,7 +50,7 @@ so, delete this exception statement from your version.  */
 
 /* Application-wide SSL context.  This is common to all SSL
    connections.  */
-SSL_CTX *ssl_ctx;
+static SSL_CTX *ssl_ctx;
 
 /* Initialize the SSL's PRNG using various methods. */