summaryrefslogtreecommitdiffstats
path: root/apps/ciphers.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ciphers.c')
-rw-r--r--apps/ciphers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/ciphers.c b/apps/ciphers.c
index c3bd859d68..2d6e104790 100644
--- a/apps/ciphers.c
+++ b/apps/ciphers.c
@@ -202,6 +202,7 @@ end:
if (ctx != NULL) SSL_CTX_free(ctx);
if (ssl != NULL) SSL_free(ssl);
if (STDout != NULL) BIO_free_all(STDout);
+ apps_shutdown();
EXIT(ret);
}