]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Samuel Listopad's fix to allow global_init => global_cleanup => global_init
authorDaniel Stenberg <daniel@haxx.se>
Wed, 14 Nov 2001 07:11:39 +0000 (07:11 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 14 Nov 2001 07:11:39 +0000 (07:11 +0000)
for ssl

lib/ssluse.c

index b872f231b887ce8286d7557dd14b5bbb3a4046d1..b167bfd28040311c5ffe64d80ae79e43a803dc10 100644 (file)
@@ -292,6 +292,8 @@ void Curl_SSL_cleanup(void)
     /* EVP_cleanup() removes all ciphers and digests from the
        table. */
     EVP_cleanup();
+
+    init_ssl=0; /* not inited any more */
   }
 #else
   /* SSL disabled, do nothing */