X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fec%2Fec_curve.c;h=a95d519f475d75725f9dc0cfae637d6298fa5802;hb=f0667b1430bac3b8c9c5b76985ad24cf9b13a0a9;hp=befe59d2bcde55d7853045a19348d35284658489;hpb=6903e2e7e9a47bb350920ae640287cf9f43a22ce;p=oweals%2Fopenssl.git diff --git a/crypto/ec/ec_curve.c b/crypto/ec/ec_curve.c index befe59d2bc..a95d519f47 100644 --- a/crypto/ec/ec_curve.c +++ b/crypto/ec/ec_curve.c @@ -3020,6 +3020,7 @@ 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)