Bug 1367252 - Port bug 1364159 to mailnews - Changed argument list of CertVerifier::VerifyCert(). rs=bustage-fix

This commit is contained in:
Jorg K 2017-05-24 01:24:54 +02:00
Родитель 9e45c635dc
Коммит 43fba6bd4a
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -79,6 +79,7 @@ nsresult nsCMSSecureMessage::CheckUsageOk(
nullptr,
nullptr,
unusedBuiltChain,
nullptr,
CertVerifier::FLAG_LOCAL_ONLY) == mozilla::pkix::Success) {
*aCanBeUsed = true;
}