CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2024/11/30 14:10:00

Modified files:
        lib/libcrypto/ec: ec_lib.c ec_local.h ecp_methods.c 

Log message:
Inline trivial EC point methods

Like most of the "group" methods these are shared between Montgomery
curves and simple curves. There's no point in five methods hanging off
the EC_METHODS struct whne they can just as well be inlined in the
public API. It makes all files involved shorter...

ok jsing

Reply via email to