]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/recipes/70-test_comp.t
Stop disabling TLSv1.3 if ec and dh are disabled
[thirdparty/openssl.git] / test / recipes / 70-test_comp.t
index 2ac168c2521ac29ba2b6db5120cf70888b67a12e..abd41d756c2466cedd80fdc2f8aeff7f45c99977 100644 (file)
@@ -65,7 +65,8 @@ SKIP: {
 }
 
 SKIP: {
-    skip "TLSv1.3 disabled", 2 if disabled("tls1_3");
+    skip "TLSv1.3 disabled", 2
+        if disabled("tls1_3") || (disabled("ec") && disabled("dh"));
     #Test 3: Check that sending multiple compression methods in a TLSv1.3
     #        ClientHello fails
     $proxy->clear();