Fix client auth test_ssl_new failures when enabling/disabling protocols
authorMatt Caswell <matt@openssl.org>
Wed, 22 Jun 2016 22:22:00 +0000 (23:22 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 18 Jul 2016 13:30:14 +0000 (14:30 +0100)
If configuring for anything other than the default TLS protocols then
test failures were occuring.

Reviewed-by: Emilia Käsper <emilia@openssl.org>
test/recipes/80-test_ssl_new.t

index a024753614791b5cba30fc3b3af2129dcf6a4f8a..258164fcfa1cd7c837278f1ecb106ddb9e663d1c 100644 (file)
@@ -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,
 );