mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
free EVP cipher information on shutdown to remove some spurious dmalloc complaints.
svn:r5180
This commit is contained in:
@@ -221,6 +221,7 @@ crypto_global_init(int useAccel)
|
||||
int
|
||||
crypto_global_cleanup(void)
|
||||
{
|
||||
EVP_cleanup();
|
||||
ERR_free_strings();
|
||||
#ifndef NO_ENGINES
|
||||
ENGINE_cleanup();
|
||||
|
||||
Reference in New Issue
Block a user