X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=crypto%2Fec%2Fec_err.c;h=c0573e833056e6be34d523af54641ed271f51b71;hb=3837491174ececd6ff1b0dcdda754443f89a7699;hp=f88501502eff266cfe62d1ed29ce39fb258832ee;hpb=86a921af06f52d1b16fbc8a76d8f0ff1950d1c8a;p=openssl.git diff --git a/crypto/ec/ec_err.c b/crypto/ec/ec_err.c index f88501502e..c0573e8330 100644 --- a/crypto/ec/ec_err.c +++ b/crypto/ec/ec_err.c @@ -86,6 +86,7 @@ static ERR_STRING_DATA EC_str_functs[]= {ERR_PACK(0,EC_F_EC_GROUP_GET_EXTRA_DATA,0), "EC_GROUP_get_extra_data"}, {ERR_PACK(0,EC_F_EC_GROUP_GET_ORDER,0), "EC_GROUP_get_order"}, {ERR_PACK(0,EC_F_EC_GROUP_NEW,0), "EC_GROUP_new"}, +{ERR_PACK(0,EC_F_EC_GROUP_PRECOMPUTE,0), "EC_GROUP_precompute"}, {ERR_PACK(0,EC_F_EC_GROUP_SET_CURVE_GFP,0), "EC_GROUP_set_curve_GFp"}, {ERR_PACK(0,EC_F_EC_GROUP_SET_EXTRA_DATA,0), "EC_GROUP_set_extra_data"}, {ERR_PACK(0,EC_F_EC_GROUP_SET_GENERATOR,0), "EC_GROUP_set_generator"}, @@ -127,6 +128,7 @@ static ERR_STRING_DATA EC_str_reasons[]= {EC_R_POINT_IS_NOT_ON_CURVE ,"point is not on curve"}, {EC_R_SLOT_FULL ,"slot full"}, {EC_R_UNDEFINED_GENERATOR ,"undefined generator"}, +{EC_R_UNKNOWN_ORDER ,"unknown order"}, {0,NULL} };