summaryrefslogtreecommitdiffstats
path: root/apps/rsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/rsa.c')
-rw-r--r--apps/rsa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/rsa.c b/apps/rsa.c
index 5b671e135e..18964fedd2 100644
--- a/apps/rsa.c
+++ b/apps/rsa.c
@@ -400,6 +400,7 @@ end:
if(rsa != NULL) RSA_free(rsa);
if(passin) OPENSSL_free(passin);
if(passout) OPENSSL_free(passout);
+ apps_shutdown();
EXIT(ret);
}
#else /* !OPENSSL_NO_RSA */