X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fopenssl.c;h=75011af7ccc988888c37849664c095453426a977;hp=24652946f508070cd4ab2d772a712fe0ba70824c;hb=2447fb9a9b85083c1e6fa54d0a18bdf3962fab1f;hpb=40fc711db6ebc891e41f15d2052847432e991a21 diff --git a/src/openssl.c b/src/openssl.c index 24652946..75011af7 100644 --- a/src/openssl.c +++ b/src/openssl.c @@ -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. */