aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/crypto.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/crypto.c b/src/common/crypto.c
index eaa002e7b..168abeb72 100644
--- a/src/common/crypto.c
+++ b/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();