summaryrefslogtreecommitdiffstats
path: root/apps/dh.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dh.c')
-rw-r--r--apps/dh.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dh.c b/apps/dh.c
index 20581f6649..603ea5b496 100644
--- a/apps/dh.c
+++ b/apps/dh.c
@@ -330,6 +330,7 @@ end:
if (in != NULL) BIO_free(in);
if (out != NULL) BIO_free_all(out);
if (dh != NULL) DH_free(dh);
+ apps_shutdown();
EXIT(ret);
}
#endif