aboutsummaryrefslogtreecommitdiffstats
path: root/apps/gendh.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gendh.c')
-rw-r--r--apps/gendh.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gendh.c b/apps/gendh.c
index 14928d84a3..e8f8493c5f 100644
--- a/apps/gendh.c
+++ b/apps/gendh.c
@@ -195,6 +195,7 @@ end:
ERR_print_errors(bio_err);
if (out != NULL) BIO_free_all(out);
if (dh != NULL) DH_free(dh);
+ apps_shutdown();
EXIT(ret);
}