summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-12-22 03:49:02 +0000
committerDr. Stephen Henson <steve@openssl.org>2015-12-22 15:14:14 +0000
commita470fdab6d04e4da68840e5324c1ac1d334f425f (patch)
tree4283d8a80026f4a2194452efea2490fd5e62df2a /test
parenta2074b92874aa5784874e75c969e95086010dddd (diff)
unload modules in ssltest
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test')
-rw-r--r--test/ssltest.c1
1 files changed, 1 insertions, 0 deletions
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);