CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/10/18 11:56:45
Modified files:
lib/libcrypto/ec: ec_curve.c
Log message:
Use better naming in ec_curve.c
Rename struct ec_list_element into struct ec_curve. Accordingly, curve_list
becomes struct ec_curve ec_curve_list[]. Adjust internal API to match.
suggested by jsing
