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:12:08 +0000 (23:12 +0000)
committerNils Larsch <nils@openssl.org>
Mon, 13 Mar 2006 23:12:08 +0000 (23:12 +0000)
commitb7a80146f45dc47ee2a7e33298d1fa4c7110cca4
tree0a044d9c7872cce48c86788e02f0750ae6a8bd84
parent5586a71a6ec4199565d7465edd7efed8edfdf729
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