diff --git a/lib/ssluse.c b/lib/ssluse.c index b872f231b..b167bfd28 100644 --- a/lib/ssluse.c +++ b/lib/ssluse.c @@ -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 */