CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/10 06:36:58
Modified files:
lib/libssl/src/crypto/rsa: rsa_crpt.c
Log message:
RSA_setup_blinding() gets a BN with BN_CTX_get(), returns `out of memory'
if it fails, then never uses it anymore, and may invoke a function which
needs more than one BN from the BN_CTX anyway, so this is pointless - remove
the BN_CTX_get() call and the test.
ok jsing
