| Index: net/third_party/nss/ssl/sslerr.h
|
| diff --git a/net/third_party/nss/ssl/sslerr.h b/net/third_party/nss/ssl/sslerr.h
|
| index eb56ea91f5af133d7a4023a2528b99420b68c81f..a0c4b9dd35a14e62ad8ac208e041e6fbe597675e 100644
|
| --- a/net/third_party/nss/ssl/sslerr.h
|
| +++ b/net/third_party/nss/ssl/sslerr.h
|
| @@ -205,6 +205,8 @@ SSL_ERROR_WEAK_SERVER_KEY = (SSL_ERROR_BASE + 115),
|
|
|
| SSL_ERROR_RX_UNEXPECTED_CERT_STATUS = (SSL_ERROR_BASE + 116),
|
|
|
| +SSL_ERROR_UNKNOWN_PSK_IDENTITY_ALERT = (SSL_ERROR_BASE + 116),
|
| +
|
| SSL_ERROR_END_OF_LIST /* let the c compiler determine the value of this. */
|
| } SSLErrorCodes;
|
| #endif /* NO_SECURITY_ERROR_ENUM */
|
|
|