mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Call apps_shutdown() to take down what apps_startup() set up.
This commit is contained in:
parent
54c7559a7e
commit
3d5e97f560
@ -1022,6 +1022,7 @@ end:
|
|||||||
#ifndef OPENSSL_NO_DSA
|
#ifndef OPENSSL_NO_DSA
|
||||||
if (dsa_params != NULL) DSA_free(dsa_params);
|
if (dsa_params != NULL) DSA_free(dsa_params);
|
||||||
#endif
|
#endif
|
||||||
|
apps_shutdown();
|
||||||
EXIT(ex);
|
EXIT(ex);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user