summaryrefslogtreecommitdiffstats
path: root/apps/openssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/openssl.c')
-rw-r--r--apps/openssl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/openssl.c b/apps/openssl.c
index f65096a68b..6a94207848 100644
--- a/apps/openssl.c
+++ b/apps/openssl.c
@@ -349,6 +349,8 @@ end:
EVP_cleanup();
ERR_free_strings();
+ ENGINE_cleanup();
+
CRYPTO_mem_leaks(bio_err);
if (bio_err != NULL)
{