提交 4a94003a 编写于 作者: B Ben Laurie

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

上级 ab4d6898
...@@ -2386,7 +2386,6 @@ int ssl3_get_client_key_exchange(SSL *s) ...@@ -2386,7 +2386,6 @@ int ssl3_get_client_key_exchange(SSL *s)
EVP_PKEY_free(clnt_pub_pkey); EVP_PKEY_free(clnt_pub_pkey);
EC_POINT_free(clnt_ecpoint); EC_POINT_free(clnt_ecpoint);
if (srvr_ecdh != NULL)
EC_KEY_free(srvr_ecdh); EC_KEY_free(srvr_ecdh);
BN_CTX_free(bn_ctx); BN_CTX_free(bn_ctx);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册