CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/16 16:48:29
Modified files:
lib/libcrypto/ec: ecp_hp_methods.c
Log message:
libcrypto: rename ec hp methods to include _hp_
The existence of two static functions with the same name, such as
ec_point_at_infinity() breaks my workflow strongly depending on
ctags. Rename the new ones to disambiguate jump targets.
ok jsing
