CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/10/19 02:26:03
Modified files:
lib/libcrypto : Makefile
lib/libcrypto/ec: ec_lib.c
Removed files:
lib/libcrypto/ec: ec_check.c
Log message:
Move EC_GROUP_check() to ec_lib.c
EC_GROUP_check() is quite simple. It doesn't need to use its own file.
