CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/05/31 21:23:33
Modified files:
lib/libcrypto/ec: ecp_hp_methods.c
Log message:
Fix resource leaks in ec_points_make_affine()
Add missing BN_CTX_end() and free prod_Z.
CID 552848 (for prod_Z)
