CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/11/12 03:25:16
Modified files:
lib/libcrypto : Makefile
Added files:
lib/libcrypto/ec: ecp_methods.c
Removed files:
lib/libcrypto/ec: ecp_smpl.c
Log message:
Rename ecp_smpl.c to ecp_methods.c
While not the greatest of names, ecp_methods.c is better than ecp_smpl.c.
It matches the naming ecx_methods.c and in a subsequent commit it will
become the new home of the stuff in ecp_mont.c as well.
discussed with jsing
