summaryrefslogtreecommitdiffstats
path: root/test/recipes/15-test_genpkey.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/15-test_genpkey.t')
-rw-r--r--test/recipes/15-test_genpkey.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/recipes/15-test_genpkey.t b/test/recipes/15-test_genpkey.t
index 6df2df5855..866d6e977e 100644
--- a/test/recipes/15-test_genpkey.t
+++ b/test/recipes/15-test_genpkey.t
@@ -18,7 +18,8 @@ my @algs = ();
push @algs, qw(RSA) unless disabled("rsa");
push @algs, qw(DSA) unless disabled("dsa");
push @algs, qw(DH DHX) unless disabled("dh");
-push @algs, qw(EC X25519 X448) unless disabled("ec");
+push @algs, qw(EC) unless disabled("ec");
+push @algs, qw(X25519 X448) unless disabled("ecx");
push @algs, qw(SM2) unless disabled("sm2");
plan tests => scalar(@algs);