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:31 +0000 (22:48 +0000)
committerNils Larsch <nils@openssl.org>
Tue, 14 Mar 2006 22:48:31 +0000 (22:48 +0000)
commitd5cc2f19cda256f4ef2b1f21376e1fb9ca0ae59e
tree789ccc23da05291497a1607be0cdb2262b362a0c
parentb7a80146f45dc47ee2a7e33298d1fa4c7110cca4
fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()
crypto/ec/ec_mult.c