CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/11/05 16:46:16
Modified files:
lib/libcrypto/dh: dh_key.c
lib/libcrypto/dsa: dsa_key.c
Log message:
Remove two unnecessary BN_FLG_CONSTTIME dances: BN_mod_exp_ct() already
takes care of this internally.
ok beck jsing
