From: Dr. Stephen Henson Date: Tue, 22 Dec 2015 03:49:02 +0000 (+0000) Subject: unload modules in ssltest X-Git-Tag: OpenSSL_1_1_0-pre2~176 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=a470fdab6d04e4da68840e5324c1ac1d334f425f unload modules in ssltest Reviewed-by: Richard Levitte --- diff --git a/test/ssltest.c b/test/ssltest.c index fd356c7d47..01b6058648 100644 --- a/test/ssltest.c +++ b/test/ssltest.c @@ -1711,6 +1711,7 @@ int main(int argc, char *argv[]) #ifndef OPENSSL_NO_ENGINE ENGINE_cleanup(); #endif + CONF_modules_unload(1); CRYPTO_cleanup_all_ex_data(); ERR_free_strings(); ERR_remove_thread_state(NULL);