mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
Samuel Listopad's fix to allow global_init => global_cleanup => global_init
for ssl
This commit is contained in:
parent
6aafc2dfd2
commit
b8ff21124a
@ -292,6 +292,8 @@ void Curl_SSL_cleanup(void)
|
|||||||
/* EVP_cleanup() removes all ciphers and digests from the
|
/* EVP_cleanup() removes all ciphers and digests from the
|
||||||
table. */
|
table. */
|
||||||
EVP_cleanup();
|
EVP_cleanup();
|
||||||
|
|
||||||
|
init_ssl=0; /* not inited any more */
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
/* SSL disabled, do nothing */
|
/* SSL disabled, do nothing */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user