summaryrefslogtreecommitdiffstats
path: root/apps/enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/enc.c')
-rw-r--r--apps/enc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/enc.c b/apps/enc.c
index ac3014b24c..49cae7579c 100644
--- a/apps/enc.c
+++ b/apps/enc.c
@@ -575,6 +575,7 @@ end:
if (benc != NULL) BIO_free(benc);
if (b64 != NULL) BIO_free(b64);
if(pass) OPENSSL_free(pass);
+ apps_shutdown();
EXIT(ret);
}