CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/03/06 22:54:40
Modified files:
lib/libcrypto/ec: ecp_smpl.c
Log message:
Move EC_GFp_simple_method() to the bottom of the file.
Most of the implemeentation functions for EC_GFp_simple_method() are reused
by other code, hence they cannot be made static. However, this keeps the
pattern consistent.
ok tb@
