From ef178b4eabe7183c5c85a961f4855c277ee7e220 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Sun, 10 Dec 2017 11:05:19 +0000 Subject: Don't expect a POLY1305 ciphersuite when using no-poly1305 Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/4891) --- test/recipes/80-test_ssl_new.t | 1 + 1 file changed, 1 insertion(+) (limited to 'test/recipes') diff --git a/test/recipes/80-test_ssl_new.t b/test/recipes/80-test_ssl_new.t index c5472ebf0f..415c5c3bb8 100644 --- a/test/recipes/80-test_ssl_new.t +++ b/test/recipes/80-test_ssl_new.t @@ -66,6 +66,7 @@ my %conf_dependent_tests = ( "19-mac-then-encrypt.conf" => !$is_default_tls, "20-cert-select.conf" => !$is_default_tls || $no_dh || $no_dsa, "22-compression.conf" => !$is_default_tls, + "25-cipher.conf" => disabled("poly1305"), ); # Add your test here if it should be skipped for some compile-time -- cgit v1.2.3