summaryrefslogtreecommitdiffstats
path: root/net/base/cert_status_flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/cert_status_flags.h')
-rw-r--r--net/base/cert_status_flags.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/base/cert_status_flags.h b/net/base/cert_status_flags.h
index 5c4c7f1..ff23375 100644
--- a/net/base/cert_status_flags.h
+++ b/net/base/cert_status_flags.h
@@ -36,7 +36,7 @@ static const CertStatus CERT_STATUS_WEAK_KEY = 1 << 11;
// Bits 16 to 31 are for non-error statuses.
static const CertStatus CERT_STATUS_IS_EV = 1 << 16;
static const CertStatus CERT_STATUS_REV_CHECKING_ENABLED = 1 << 17;
-static const CertStatus CERT_STATUS_IS_DNSSEC = 1 << 18;
+// bit 18 was CERT_STATUS_IS_DNSSEC.
// Returns true if the specified cert status has an error set.
static inline bool IsCertStatusError(CertStatus status) {