Explorar el Código

Call ERR_remove_state() on the main thread on shutdown,too

svn:r5322
Nick Mathewson hace 19 años
padre
commit
3c36a14ba6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/common/crypto.c

+ 1 - 1
src/common/crypto.c

@@ -234,7 +234,7 @@ int
 crypto_global_cleanup(void)
 {
   EVP_cleanup();
-  //ERR_remove_state(0);
+  ERR_remove_state(0);
   ERR_free_strings();
 #ifndef NO_ENGINES
   ENGINE_cleanup();