Call apps_shutdown() to take down what apps_startup() set up.

This commit is contained in:
Richard Levitte 2001-06-25 08:35:59 +00:00
parent 54c7559a7e
commit 3d5e97f560

View File

@ -1022,6 +1022,7 @@ end:
#ifndef OPENSSL_NO_DSA
if (dsa_params != NULL) DSA_free(dsa_params);
#endif
apps_shutdown();
EXIT(ex);
}