]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/recipes/25-test_req.t
configure: introduce no-ecx to remove ECX related feature
[thirdparty/openssl.git] / test / recipes / 25-test_req.t
index 1487fa70beaa55f3f915c38fb6507eef943ac996..c65c21d317b25730ad3bbe8a22cad629d6a15288 100644 (file)
@@ -264,7 +264,7 @@ subtest "generating certificate requests with Ed25519" => sub {
 
     SKIP: {
         skip "Ed25519 is not supported by this OpenSSL build", 2
-            if disabled("ec");
+            if disabled("ecx");
 
         ok(run(app(["openssl", "req",
                     "-config", srctop_file("test", "test.cnf"),
@@ -284,7 +284,7 @@ subtest "generating certificate requests with Ed448" => sub {
 
     SKIP: {
         skip "Ed448 is not supported by this OpenSSL build", 2
-            if disabled("ec");
+            if disabled("ecx");
 
         ok(run(app(["openssl", "req",
                     "-config", srctop_file("test", "test.cnf"),