CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/03/06 22:28:12
Modified files:
lib/libcrypto/ec: ecp_mont.c
Log message:
Consolidate clear code for EC_GFp_mont_method.
Use a fang dangled thing (known as a function) to avoid duplicating the
same code in five places.
ok tb@
