summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorlevitte <levitte>2001-06-25 08:35:59 +0000
committerlevitte <levitte>2001-06-25 08:35:59 +0000
commitd4b2a16a8b64e906f542b22c8107e065960efc39 (patch)
treec6193abb064edb4da6666f3cc5538abb83c2c50a /apps
parentf793c2303fd6c8e8f17244661b39dcffa54e417a (diff)
downloadopenssl-d4b2a16a8b64e906f542b22c8107e065960efc39.tar.gz
Call apps_shutdown() to take down what apps_startup() set up.
Diffstat (limited to 'apps')
-rw-r--r--apps/req.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/req.c b/apps/req.c
index 2999d509b..9269aa85a 100644
--- a/apps/req.c
+++ b/apps/req.c
@@ -1022,6 +1022,7 @@ end:
#ifndef OPENSSL_NO_DSA
if (dsa_params != NULL) DSA_free(dsa_params);
#endif
+ apps_shutdown();
EXIT(ex);
}