CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/01/11 06:38:42
Modified files:
lib/libcrypto/ec: ec_lib.c ec_local.h ecp_methods.c
Log message:
Inline ec_point_make_affine() in the public API
Whatever the EC_METHOD, this will always be equivalent to getting and
setting the affine coordinates, so this needs no dedicated method.
Also, this is a function that makes no real sense since a caller should
never need to care about this... As always, our favorite language bindings
thought they might have users who care. This time it's Ruby and Perl.
ok jsing