提交 1b5c44b8 编写于 作者: M Matt Caswell

Fix client auth test_ssl_new failures when enabling/disabling protocols

If configuring for anything other than the default TLS protocols then
test failures were occuring.
Reviewed-by: NEmilia Käsper <emilia@openssl.org>
上级 149c2ef5
......@@ -39,6 +39,7 @@ my $no_dtls = alldisabled(available_protocols("dtls"));
my %conf_dependent_tests = (
"02-protocol-version.conf" => !$is_default_tls,
"04-client_auth.conf" => !$is_default_tls,
"05-dtls-protocol-version.conf" => !$is_default_dtls,
);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册