diff options
author | miod <> | 2014-07-10 12:36:58 +0000 |
---|---|---|
committer | miod <> | 2014-07-10 12:36:58 +0000 |
commit | a21d4e83af767763bc6679d7872bb1a74a952d84 (patch) | |
tree | c2323e8a8295623e3b0caaade991b8da223bb6e7 /src/lib/libcrypto/cryptlib.c | |
parent | af5801cef5d1cd3e1d06ac740c6ddd3aac4e7d8f (diff) | |
download | openbsd-a21d4e83af767763bc6679d7872bb1a74a952d84.tar.gz openbsd-a21d4e83af767763bc6679d7872bb1a74a952d84.tar.bz2 openbsd-a21d4e83af767763bc6679d7872bb1a74a952d84.zip |
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
Diffstat (limited to 'src/lib/libcrypto/cryptlib.c')
0 files changed, 0 insertions, 0 deletions