From: Viktor Dukhovni Date: Thu, 14 Apr 2016 03:41:55 +0000 (-0400) Subject: Don't use deprecated CONF_modules_free() in tests X-Git-Tag: OpenSSL_1_1_0-pre5~32 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5968d11a7a28103610c054c6a57c852bbe0f3b51;p=oweals%2Fopenssl.git Don't use deprecated CONF_modules_free() in tests Reviewed-by: Richard Levitte --- diff --git a/test/ssl_test.c b/test/ssl_test.c index b95120eadc..dfe71cbc56 100644 --- a/test/ssl_test.c +++ b/test/ssl_test.c @@ -210,6 +210,5 @@ int main(int argc, char **argv) ADD_ALL_TESTS(test_handshake, (int)(num_tests)); result = run_tests(argv[0]); - CONF_modules_free(); return result; }