diff options
Diffstat (limited to 'net/third_party/nss/ssl/ssl3prot.h')
-rw-r--r-- | net/third_party/nss/ssl/ssl3prot.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/third_party/nss/ssl/ssl3prot.h b/net/third_party/nss/ssl/ssl3prot.h index 550c341..11f9624 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 { |