X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=crypto%2Fec%2Fec_curve.c;h=f8a3846fd5660e074165c47f43b00e805fca095e;hb=bc7bfb83b7189c052bf2898bd6b82f8e4b4fd3f6;hp=6e125f4bda4b32465e62f959ffe870884bb71ae5;hpb=ec24630ae2b714d6e22fbfa4695aa8f8adef1828;p=openssl.git diff --git a/crypto/ec/ec_curve.c b/crypto/ec/ec_curve.c index 6e125f4bda..f8a3846fd5 100644 --- a/crypto/ec/ec_curve.c +++ b/crypto/ec/ec_curve.c @@ -2973,7 +2973,6 @@ static const ec_list_element curve_list[] = { "RFC 5639 curve over a 512 bit prime field"}, {NID_brainpoolP512t1, &_EC_brainpoolP512t1.h, 0, "RFC 5639 curve over a 512 bit prime field"}, - {NID_X25519, NULL, ec_x25519_meth, "X25519"}, }; #define curve_list_length OSSL_NELEM(curve_list)