Don't use deprecated CONF_modules_free() in tests

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Viktor Dukhovni 2016-04-13 23:41:55 -04:00
parent a50ad1daaa
commit 5968d11a7a

View File

@ -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;
}