Browse Source

free EVP cipher information on shutdown to remove some spurious dmalloc complaints.

svn:r5180
Nick Mathewson 20 years ago
parent
commit
f8c07e1f33
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/common/crypto.c

+ 1 - 0
src/common/crypto.c

@@ -221,6 +221,7 @@ crypto_global_init(int useAccel)
 int
 int
 crypto_global_cleanup(void)
 crypto_global_cleanup(void)
 {
 {
+  EVP_cleanup();
   ERR_free_strings();
   ERR_free_strings();
 #ifndef NO_ENGINES
 #ifndef NO_ENGINES
   ENGINE_cleanup();
   ENGINE_cleanup();