srvr_ecdh cannot be NULL at this point (Coverity ID 232).
This commit is contained in:
parent
ab4d689832
commit
4a94003a51
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user