Commit 1b5c44b8 authored by Matt Caswell's avatar Matt Caswell
Browse files

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: default avatarEmilia Käsper <emilia@openssl.org>
parent 149c2ef5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,
);