summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cryptlib.c
diff options
context:
space:
mode:
authormiod <>2014-07-10 12:36:58 +0000
committermiod <>2014-07-10 12:36:58 +0000
commita21d4e83af767763bc6679d7872bb1a74a952d84 (patch)
treec2323e8a8295623e3b0caaade991b8da223bb6e7 /src/lib/libcrypto/cryptlib.c
parentaf5801cef5d1cd3e1d06ac740c6ddd3aac4e7d8f (diff)
downloadopenbsd-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