srvr_ecdh cannot be NULL at this point (Coverity ID 232).

This commit is contained in:
Ben Laurie 2009-01-02 12:49:07 +00:00
parent ab4d689832
commit 4a94003a51

View File

@ -2386,7 +2386,6 @@ int ssl3_get_client_key_exchange(SSL *s)
EVP_PKEY_free(clnt_pub_pkey);
EC_POINT_free(clnt_ecpoint);
if (srvr_ecdh != NULL)
EC_KEY_free(srvr_ecdh);
BN_CTX_free(bn_ctx);