CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/03/06 22:41:18
Modified files:
lib/libcrypto/ec: ec_local.h ecp_mont.c
Log message:
Use static functions for EC_GFp_mont_method() implementation.
Move the EC_METHOD to the bottom of the file, which allows all
implementation functions to become static. Remove unneeded prototypes.
ok tb@
