summaryrefslogtreecommitdiffstats
path: root/apps/rand.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/rand.c')
-rw-r--r--apps/rand.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/rand.c b/apps/rand.c
index 10adf0e95d..faba057b77 100644
--- a/apps/rand.c
+++ b/apps/rand.c
@@ -157,5 +157,6 @@ err:
ERR_print_errors(bio_err);
if (out)
BIO_free_all(out);
+ apps_shutdown();
EXIT(ret);
}