CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/03/04 07:38:00
Modified files:
lib/libcrypto/ec: ec_local.h ecp_mont.c
Log message:
Rename field_data1 and field_data2.
Rather than pretending that these "generic" variables are used for multiple
things, rename them to reflect their actual usage and use appropriate types
instead of void *.
ok tb@
