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

svn:r5180
This commit is contained in:
Nick Mathewson
2005-10-03 21:10:35 +00:00
parent fd04db90b5
commit f8c07e1f33
+1
View File
@@ -221,6 +221,7 @@ crypto_global_init(int useAccel)
int
crypto_global_cleanup(void)
{
EVP_cleanup();
ERR_free_strings();
#ifndef NO_ENGINES
ENGINE_cleanup();