CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/03/29 07:48:40
Modified files:
lib/libcrypto/ec: ec_lib.c
Log message:
Do not zero cofactor on ec_guess_cofactor() success
The cofactor we tried to calculate should only be zeroed if we failed
to compute it.
ok inoguchi jsing
