CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/10/19 04:23:00
Modified files:
lib/libcrypto/bn: bn_exp.c
Log message:
Fix aliasing of result and exponent in the internal BN_mod_exp_recp()
This is basically the same fix as the one applied in BN_mod_exp_simple().
