mirror of
https://github.com/curl/curl.git
synced 2026-06-17 03:25:39 +03:00
Samuel Listopad's fix to allow global_init => global_cleanup => global_init
for ssl
This commit is contained in:
parent
6aafc2dfd2
commit
b8ff21124a
1 changed files with 2 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue