Commit 4a94003a authored by Ben Laurie's avatar Ben Laurie
Browse files

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

parent ab4d6898
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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);