mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
(no bug) Fix a few DOS newline characters in SSLServerCertVerification.cpp. (no review, whitespace-only)
This commit is contained in:
parent
23faa57ccc
commit
4a8e57ba29
@ -737,9 +737,9 @@ AuthCertificate(CertVerifier& certVerifier, TransportSecurityInfo* infoObject,
|
||||
CERTCertificate* cert, SECItem* stapledOCSPResponse,
|
||||
uint32_t providerFlags, PRTime time)
|
||||
{
|
||||
MOZ_ASSERT(infoObject);
|
||||
MOZ_ASSERT(cert);
|
||||
|
||||
MOZ_ASSERT(infoObject);
|
||||
MOZ_ASSERT(cert);
|
||||
|
||||
SECStatus rv;
|
||||
|
||||
if (stapledOCSPResponse) {
|
||||
@ -789,9 +789,9 @@ AuthCertificate(CertVerifier& certVerifier, TransportSecurityInfo* infoObject,
|
||||
reasonsForNotFetching);
|
||||
}
|
||||
|
||||
// We want to avoid storing any intermediate cert information when browsing
|
||||
// in private, transient contexts.
|
||||
bool saveIntermediates =
|
||||
// We want to avoid storing any intermediate cert information when browsing
|
||||
// in private, transient contexts.
|
||||
bool saveIntermediates =
|
||||
!(providerFlags & nsISocketProvider::NO_PERMANENT_STORAGE);
|
||||
|
||||
insanity::pkix::ScopedCERTCertList certList;
|
||||
|
Loading…
Reference in New Issue
Block a user