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: Emilia Käsper <emilia@openssl.org>
This commit is contained in:
parent
149c2ef5ec
commit
1b5c44b810
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue