mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
Don't use deprecated CONF_modules_free() in tests
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
a50ad1daaa
commit
5968d11a7a
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user