summaryrefslogtreecommitdiffstats
path: root/apps/openssl.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-06-23 16:31:41 +0000
committerRichard Levitte <levitte@openssl.org>2001-06-23 16:31:41 +0000
commit870d986131869300c8510fdba2b4937658f3fa34 (patch)
tree1d48cf16bdbae95dd92c63ac80e4d4b771293603 /apps/openssl.c
parent4f272c17f50036772570210e62e7b883e9b08b4d (diff)
apps_startup() needs a corresponding apps_shutdown().
Diffstat (limited to 'apps/openssl.c')
-rw-r--r--apps/openssl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/openssl.c b/apps/openssl.c
index 3b4374a048..22bd52ffed 100644
--- a/apps/openssl.c
+++ b/apps/openssl.c
@@ -350,7 +350,8 @@ end:
ERR_free_strings();
ENGINE_cleanup();
- destroy_ui_method();
+
+ apps_shutdown();
CRYPTO_mem_leaks(bio_err);
if (bio_err != NULL)