| Index: net/third_party/nss/ssl/ssl3prot.h
|
| diff --git a/net/third_party/nss/ssl/ssl3prot.h b/net/third_party/nss/ssl/ssl3prot.h
|
| index 4c19ade8d6a180e08f8373110ba2a5c79b98836c..d32be38deeae2ce7d99e91409b5043615c7c1156 100644
|
| --- a/net/third_party/nss/ssl/ssl3prot.h
|
| +++ b/net/third_party/nss/ssl/ssl3prot.h
|
| @@ -107,7 +107,8 @@ typedef enum {
|
| certificate_unobtainable = 111,
|
| unrecognized_name = 112,
|
| bad_certificate_status_response = 113,
|
| - bad_certificate_hash_value = 114
|
| + bad_certificate_hash_value = 114,
|
| + no_application_protocol = 120
|
|
|
| } SSL3AlertDescription;
|
|
|
|
|