unload modules in ssltest
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
a2074b9287
commit
a470fdab6d
@ -1711,6 +1711,7 @@ int main(int argc, char *argv[])
|
|||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
ENGINE_cleanup();
|
ENGINE_cleanup();
|
||||||
#endif
|
#endif
|
||||||
|
CONF_modules_unload(1);
|
||||||
CRYPTO_cleanup_all_ex_data();
|
CRYPTO_cleanup_all_ex_data();
|
||||||
ERR_free_strings();
|
ERR_free_strings();
|
||||||
ERR_remove_thread_state(NULL);
|
ERR_remove_thread_state(NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user