CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/11/12 03:53:22
Modified files:
lib/libcrypto/ec: ec_local.h ecp_methods.c
Log message:
Make ec_GFp_simple_* static
These functions are no longer shared between multiple files, so they can
be static in ecp_methods.c and the long list of prototypes can go away.
