Bug 908527 - Avoid wasted work in PSM_SSL_BlacklistDigiNotar(). r=cviecoo

This commit is contained in:
Po-Chun Chang 2013-09-03 08:55:52 -04:00
parent a3647d28f2
commit cd3248ea14

View File

@ -745,6 +745,7 @@ PSM_SSL_BlacklistDigiNotar(CERTCertificate * serverCert,
if (strstr(node->cert->issuerName, "CN=DigiNotar")) {
isDigiNotarIssuedCert = true;
break;
}
}