소스 검색

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

svn:r5180
Nick Mathewson 20 년 전
부모
커밋
f8c07e1f33
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/common/crypto.c

+ 1 - 0
src/common/crypto.c

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