diff --git a/src/common/crypto.c b/src/common/crypto.c index eaa002e7ba..168abeb722 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();