[or-cvs] free EVP cipher information on shutdown to remove some spur...

Nick Mathewson nickm at seul.org
Mon Oct 3 21:10:38 UTC 2005


Update of /home/or/cvsroot/tor/src/common
In directory moria:/tmp/cvs-serv29787/src/common

Modified Files:
	crypto.c 
Log Message:
free EVP cipher information on shutdown to remove some spurious dmalloc complaints.

Index: crypto.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/crypto.c,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -d -r1.160 -r1.161
--- crypto.c	30 Sep 2005 20:47:58 -0000	1.160
+++ crypto.c	3 Oct 2005 21:10:35 -0000	1.161
@@ -221,6 +221,7 @@
 int
 crypto_global_cleanup(void)
 {
+  EVP_cleanup();
   ERR_free_strings();
 #ifndef NO_ENGINES
   ENGINE_cleanup();



More information about the tor-commits mailing list