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>
This commit is contained in:
@@ -1602,7 +1602,7 @@ void ssl_set_cert_masks(CERT *c, SSL_CIPHER *cipher)
|
|||||||
if (rsa_enc || rsa_sign)
|
if (rsa_enc || rsa_sign)
|
||||||
{
|
{
|
||||||
mask|=SSL_aRSA;
|
mask|=SSL_aRSA;
|
||||||
mask|=SSL_aRSA;
|
emask|=SSL_aRSA;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (dsa_sign)
|
if (dsa_sign)
|
||||||
|
Reference in New Issue
Block a user