]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/dh/dh_key.c
fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()
authorNils Larsch <nils@openssl.org>
Mon, 13 Mar 2006 23:14:57 +0000 (23:14 +0000)
committerNils Larsch <nils@openssl.org>
Mon, 13 Mar 2006 23:14:57 +0000 (23:14 +0000)
commit47d556664695f6bbde0d0ab0c1261ed0070c81fd
treeef4e7c5c8e408fd774538a45826c340ee3b8480a
parent90bdfd97a68ed56d926a44b3d37f51b2450f5bb7
fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()
crypto/dh/dh_key.c
crypto/ec/ec2_smpl.c
crypto/ec/ec_check.c
crypto/ec/ecp_smpl.c
crypto/rsa/rsa_gen.c