提交 c4d42351 编写于 作者: R Richard Levitte

Small typo, `mask' got the same value ORed to it twice instead of

`mask' and `emask' getting that operation done once each.

Patch supplied by Nils Larsch <nils.larsch@cybertrust.com>
上级 b15a93a9
......@@ -1602,7 +1602,7 @@ void ssl_set_cert_masks(CERT *c, SSL_CIPHER *cipher)
if (rsa_enc || rsa_sign)
{
mask|=SSL_aRSA;
mask|=SSL_aRSA;
emask|=SSL_aRSA;
}
if (dsa_sign)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册