CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/08/09 02:35:59
Modified files:
lib/libcrypto/bn: bn_blind.c
Log message:
Remove retry loop in BN_BLINDING_setup()
If we generate a non-invertible blinding, we have accidentally factored
the modulus. This won't happen, so get rid of this ugly complication.
ok jsing
