Use apps_shutdown() in all applications, in case someone decides not
[openssl.git] / apps / rsa.c
index 5b671e135ec3b5e85ff746a67431c0c4dbcb0035..18964fedd2f00ed8428bcb30ea64acf549c06f77 100644 (file)
@@ -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 */