Fix no-ec
[openssl.git] / test / recipes / 65-test_cmp_client.t
index 52019942f61832ea75dde86569488f7ca887ec4e..3766a6955ee13eed693819ef2958bc2107c4d7d6 100644 (file)
@@ -14,8 +14,8 @@ use OpenSSL::Test::Utils;
 
 setup("test_cmp_client");
 
-plan skip_all => "This test is not supported in a no-cmp build"
-    if disabled("cmp");
+plan skip_all => "This test is not supported in a no-cmp or no-ec build"
+    if disabled("cmp") || disabled("ec");
 
 plan tests => 1;