]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/recipes/70-test_tls13cookie.t
Stop disabling TLSv1.3 if ec and dh are disabled
[thirdparty/openssl.git] / test / recipes / 70-test_tls13cookie.t
index aef2cf88480a663ea33e4ad1e03b3aa370c04372..2036583fda9585387e8b7ca8c36ec62b18121d53 100644 (file)
@@ -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';