CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/01/11 08:20:23
Modified files:
lib/libcrypto/ec: ec_local.h ecp_methods.c
Log message:
Move is_on_curve() and (point) cmp() up
These were in the middle of the methods responsible for curve operations,
which makes little sense.
