fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()
authorNils Larsch <nils@openssl.org>
Tue, 14 Mar 2006 22:48:41 +0000 (22:48 +0000)
committerNils Larsch <nils@openssl.org>
Tue, 14 Mar 2006 22:48:41 +0000 (22:48 +0000)
commiteeb821f707246ed9b909e4638c110fb60ec7e485
treee4d2f6053ce3b4ff345df46a5c0f8645a49b7fba
parent47d556664695f6bbde0d0ab0c1261ed0070c81fd
fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()
crypto/ec/ec_mult.c