summaryrefslogtreecommitdiff
path: root/test/ecdsatest.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-02-27 13:02:00 +0000
committerMatt Caswell <matt@openssl.org>2018-03-05 11:39:44 +0000
commitfe93b010e78ab60bc222cf4cbbf3cdfcbecffd91 (patch)
treeba828cb7b1a742f2b320d84343ee96f319a3884a /test/ecdsatest.c
parent0e1d6ecf37ea33ad963249cdb5efebeb04299033 (diff)
downloadopenssl-new-fe93b010e78ab60bc222cf4cbbf3cdfcbecffd91.tar.gz
Update tests for TLS Ed448
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Kurt Roeckx <kurt@roeckx.be> (Merged from https://github.com/openssl/openssl/pull/5470)
Diffstat (limited to 'test/ecdsatest.c')
-rw-r--r--test/ecdsatest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ecdsatest.c b/test/ecdsatest.c
index e53afdf33b..6a15b3af27 100644
--- a/test/ecdsatest.c
+++ b/test/ecdsatest.c
@@ -239,7 +239,7 @@ static int test_builtin(void)
unsigned char dirt, offset;
nid = curves[n].nid;
- if (nid == NID_ipsec4 || nid == NID_X25519)
+ if (nid == NID_ipsec4)
continue;
/* create new ecdsa key (== EC_KEY) */
if (!TEST_ptr(eckey = EC_KEY_new())