Samuel Listopad's fix to allow global_init => global_cleanup => global_init

for ssl
This commit is contained in:
Daniel Stenberg 2001-11-14 07:11:39 +00:00
parent 6aafc2dfd2
commit b8ff21124a
1 changed files with 2 additions and 0 deletions

View 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 */