diff options
-rw-r--r-- | lib/ssluse.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ssluse.c b/lib/ssluse.c index 02638e534..a05a31428 100644 --- a/lib/ssluse.c +++ b/lib/ssluse.c @@ -437,6 +437,8 @@ void Curl_SSL_cleanup(void) ENGINE_cleanup(); #endif + CRYPTO_cleanup_all_ex_data(); + init_ssl=0; /* not inited any more */ } #else |