summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-06-22 23:22:00 +0100
committerMatt Caswell <matt@openssl.org>2016-07-18 14:30:14 +0100
commit1b5c44b810f8d807ba9a98d766bfef8f53b08960 (patch)
tree9285b5390cb7aab7532445f1982275a3314a93b9 /test
parent149c2ef5ec64f246de978c5c917405dafc6983dc (diff)
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>
Diffstat (limited to 'test')
-rw-r--r--test/recipes/80-test_ssl_new.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/recipes/80-test_ssl_new.t b/test/recipes/80-test_ssl_new.t
index a024753614..258164fcfa 100644
--- a/test/recipes/80-test_ssl_new.t
+++ b/test/recipes/80-test_ssl_new.t
@@ -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,
);