summaryrefslogtreecommitdiffstats
path: root/test/recipes/03-test_internal_curve448.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/03-test_internal_curve448.t')
-rw-r--r--test/recipes/03-test_internal_curve448.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/recipes/03-test_internal_curve448.t b/test/recipes/03-test_internal_curve448.t
index 01ca5ad38c..a67a419a2c 100644
--- a/test/recipes/03-test_internal_curve448.t
+++ b/test/recipes/03-test_internal_curve448.t
@@ -13,7 +13,7 @@ use OpenSSL::Test::Utils;
setup("test_internal_curve448");
-plan skip_all => "This test is unsupported in a no-ec build"
- if disabled("ec");
+plan skip_all => "This test is unsupported in a no-ecx build"
+ if disabled("ecx");
simple_test("test_internal_curve448", "curve448_internal_test");