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));
|
ADD_ALL_TESTS(test_handshake, (int)(num_tests));
|
||||||
result = run_tests(argv[0]);
|
result = run_tests(argv[0]);
|
||||||
|
|
||||||
CONF_modules_free();
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user