mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +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
|
||||
if (dsa_params != NULL) DSA_free(dsa_params);
|
||||
#endif
|
||||
apps_shutdown();
|
||||
EXIT(ex);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user