提交 882d29dd 编写于 作者: B Bodo Möller

Fix incorrect substitution that happened during the recent ciphersuite

selection remodeling

Submitted by: Victor Duchovni
上级 ee373e7f
......@@ -1946,7 +1946,7 @@ X509 *ssl_get_server_send_cert(SSL *s)
alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
alg_a = s->s3->tmp.new_cipher->algorithm_auth;
if (alg_k & (SSL_kEECDH|SSL_kECDHr|SSL_kECDHe))
if (alg_k & (SSL_kECDHr|SSL_kECDHe))
{
/* we don't need to look at SSL_kEECDH
* since no certificate is needed for
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册