| 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 550c341ef837aaf65b574318030c9b56dac156b4..11f9624fe3434f9ffff1d9996bd44ad463068dce 100644
|
| --- a/net/third_party/nss/ssl/ssl3prot.h
|
| +++ b/net/third_party/nss/ssl/ssl3prot.h
|
| @@ -163,7 +163,8 @@ typedef enum {
|
| client_key_exchange = 16,
|
| finished = 20,
|
| certificate_status = 22,
|
| - next_proto = 67
|
| + next_proto = 67,
|
| + encrypted_extensions= 203
|
| } SSL3HandshakeType;
|
|
|
| typedef struct {
|
|
|