Chromium Code Reviews| Index: net/third_party/nss/ssl/sslt.h |
| diff --git a/net/third_party/nss/ssl/sslt.h b/net/third_party/nss/ssl/sslt.h |
| index 109640c33dc92f45e5d43d9b6c7dc056990453f9..96ec04e3008c5866db64c21cb0dc34b1b12c9d3a 100644 |
| --- a/net/third_party/nss/ssl/sslt.h |
| +++ b/net/third_party/nss/ssl/sslt.h |
| @@ -196,12 +196,13 @@ typedef enum { |
| #endif |
| ssl_signature_algorithms_xtn = 13, |
| ssl_use_srtp_xtn = 14, |
| + ssl_application_layer_protocol = 16, |
|
wtc
2013/08/01 19:35:24
The enum for ALPN should also end in _xtn like the
|
| ssl_session_ticket_xtn = 35, |
| ssl_next_proto_nego_xtn = 13172, |
| ssl_channel_id_xtn = 30031, |
| ssl_renegotiation_info_xtn = 0xff01 /* experimental number */ |
| } SSLExtensionType; |
| -#define SSL_MAX_EXTENSIONS 10 |
| +#define SSL_MAX_EXTENSIONS 11 |
| #endif /* __sslt_h_ */ |