aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/openssl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/openssl.c b/apps/openssl.c
index 9a5e37eac7..58f8bb73a1 100644
--- a/apps/openssl.c
+++ b/apps/openssl.c
@@ -353,10 +353,10 @@ end:
ERR_remove_state(0);
EVP_cleanup();
+ ENGINE_cleanup();
+
ERR_free_strings();
- ENGINE_cleanup();
-
apps_shutdown();
CRYPTO_mem_leaks(bio_err);