| Index: net/cert/cert_status_flags_list.h
|
| diff --git a/net/cert/cert_status_flags_list.h b/net/cert/cert_status_flags_list.h
|
| index c660a7bead2c3ce4dbb4f9d113538c18bddc4350..bb090259e49ec0eb7a8d1475cd5117fc43cc66e6 100644
|
| --- a/net/cert/cert_status_flags_list.h
|
| +++ b/net/cert/cert_status_flags_list.h
|
| @@ -24,6 +24,7 @@ CERT_STATUS_FLAG(WEAK_KEY, 1 << 11)
|
| // 1 << 12 was used for CERT_STATUS_WEAK_DH_KEY
|
| CERT_STATUS_FLAG(PINNED_KEY_MISSING, 1 << 13)
|
| CERT_STATUS_FLAG(NAME_CONSTRAINT_VIOLATION, 1 << 14)
|
| +CERT_STATUS_FLAG(TOO_LONG_VALIDITY, 1 << 15)
|
|
|
| // Bits 16 to 31 are for non-error statuses.
|
| CERT_STATUS_FLAG(IS_EV, 1 << 16)
|
|
|