summaryrefslogtreecommitdiff
path: root/test/recipes/70-test_tls13cookie.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/70-test_tls13cookie.t')
-rw-r--r--test/recipes/70-test_tls13cookie.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/70-test_tls13cookie.t b/test/recipes/70-test_tls13cookie.t
index aef2cf8848..2036583fda 100644
--- a/test/recipes/70-test_tls13cookie.t
+++ b/test/recipes/70-test_tls13cookie.t
@@ -24,7 +24,7 @@ plan skip_all => "$test_name needs the sock feature enabled"
if disabled("sock");
plan skip_all => "$test_name needs TLS1.3 enabled"
- if disabled("tls1_3");
+ if disabled("tls1_3") || (disabled("ec") && disabled("dh"));
$ENV{OPENSSL_ia32cap} = '~0x200000200000000';