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
Родитель 6aafc2dfd2
Коммит b8ff21124a
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

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