Samuel Listopad's fix to allow global_init => global_cleanup => global_init
for ssl
This commit is contained in:
Родитель
6aafc2dfd2
Коммит
b8ff21124a
|
@ -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 */
|
||||
|
|
Загрузка…
Ссылка в новой задаче