summaryrefslogtreecommitdiffstats
path: root/test/rpktest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/rpktest.c')
-rw-r--r--test/rpktest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rpktest.c b/test/rpktest.c
index 89e1fcf638..ac824798f1 100644
--- a/test/rpktest.c
+++ b/test/rpktest.c
@@ -156,6 +156,7 @@ static int test_rpk(int idx)
privkey_file = privkey2;
other_cert_file = cert;
break;
+# ifndef OPENSSL_NO_ECX
case 2:
/* use Ed448 */
cert_file = cert448;
@@ -168,6 +169,7 @@ static int test_rpk(int idx)
privkey_file = privkey25519;
other_cert_file = cert;
break;
+# endif
#endif
default:
testresult = TEST_skip("EDCSA disabled");