| Index: net/cert/cert_status_flags.h
|
| diff --git a/net/cert/cert_status_flags.h b/net/cert/cert_status_flags.h
|
| index 8431032f679c6ec92cee0345dd17368de31307f1..4c8546d9cb45ebd881011c5177da42f46a871eb5 100644
|
| --- a/net/cert/cert_status_flags.h
|
| +++ b/net/cert/cert_status_flags.h
|
| @@ -32,6 +32,7 @@ static const CertStatus CERT_STATUS_WEAK_SIGNATURE_ALGORITHM = 1 << 8;
|
| // 1 << 9 was used for CERT_STATUS_NOT_IN_DNS
|
| static const CertStatus CERT_STATUS_NON_UNIQUE_NAME = 1 << 10;
|
| static const CertStatus CERT_STATUS_WEAK_KEY = 1 << 11;
|
| +static const CertStatus CERT_STATUS_TOO_LONG_VALIDITY = 1 << 12;
|
|
|
| // Bits 16 to 31 are for non-error statuses.
|
| static const CertStatus CERT_STATUS_IS_EV = 1 << 16;
|
|
|