Fix a test failure with no-tls1_1
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2857)
This commit is contained in:
parent
593a2aa3eb
commit
548d0153cc
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ my $no_ocsp = disabled("ocsp");
|
|||
my %conf_dependent_tests = (
|
||||
"02-protocol-version.conf" => !$is_default_tls,
|
||||
"04-client_auth.conf" => !$is_default_tls,
|
||||
"05-sni.conf" => disabled("tls1_1"),
|
||||
"07-dtls-protocol-version.conf" => !$is_default_dtls,
|
||||
"10-resumption.conf" => !$is_default_tls,
|
||||
"11-dtls_resumption.conf" => !$is_default_dtls,
|
||||
|
|
Loading…
Reference in a new issue