Commit b8ff2112 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Samuel Listopad's fix to allow global_init => global_cleanup => global_init

for ssl
parent 6aafc2df
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 */