X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fec%2Fec_err.c;h=84b4833371ada24f1edc7209dd1b2285eae59d6c;hp=b22567aefcfaea3d9a0b0efbf577b87342ac50ea;hb=19f6c524bf78e37ab27cbc53d36655ca709b9675;hpb=8dbdf6314c00f8293266d5c28bed3eee704f0fad;ds=sidebyside diff --git a/crypto/ec/ec_err.c b/crypto/ec/ec_err.c index b22567aefc..84b4833371 100644 --- a/crypto/ec/ec_err.c +++ b/crypto/ec/ec_err.c @@ -177,6 +177,7 @@ static ERR_STRING_DATA EC_str_functs[]= {ERR_FUNC(EC_F_EC_POINT_SET_JPROJECTIVE_COORDINATES_GFP), "EC_POINT_set_Jprojective_coordinates_GFp"}, {ERR_FUNC(EC_F_EC_POINT_SET_TO_INFINITY), "EC_POINT_set_to_infinity"}, {ERR_FUNC(EC_F_EC_PRE_COMP_DUP), "EC_PRE_COMP_DUP"}, +{ERR_FUNC(EC_F_EC_PRE_COMP_NEW), "EC_PRE_COMP_NEW"}, {ERR_FUNC(EC_F_EC_WNAF_MUL), "ec_wNAF_mul"}, {ERR_FUNC(EC_F_EC_WNAF_PRECOMPUTE_MULT), "ec_wNAF_precompute_mult"}, {ERR_FUNC(EC_F_I2D_ECPARAMETERS), "i2d_ECParameters"},