From: Daniel Stenberg Date: Wed, 14 Nov 2001 07:11:39 +0000 (+0000) Subject: Samuel Listopad's fix to allow global_init => global_cleanup => global_init X-Git-Tag: curl-7_9_2~94 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8ff21124ac31da4e79d0d8e62047c54f8638c00;p=thirdparty%2Fcurl.git Samuel Listopad's fix to allow global_init => global_cleanup => global_init for ssl --- diff --git a/lib/ssluse.c b/lib/ssluse.c index b872f231b8..b167bfd280 100644 --- a/lib/ssluse.c +++ b/lib/ssluse.c @@ -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 */