提交 5968d11a 编写于 作者: V Viktor Dukhovni

Don't use deprecated CONF_modules_free() in tests

Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 a50ad1da
......@@ -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;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册