CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/01/25 06:13:57
Modified files:
lib/libcrypto/ec: ec_lib.c
Log message:
Promote a few functions from EC API to garbage bin
EC_GROUP_method_of() and EC_METHOD_get_field_type() only ever used chained
together as a convoluted means to retrieve the field type of a group. This
is no longer useful since the answer will always be NID_X9_62_prime_field.
EC_POINT_method_of(), EC_GROUP{,_have}_precompute_mult(): exposed by one of
those expose-everything perl XS modules.
ok jsing