diff options
Diffstat (limited to 'net/third_party/nss/ssl/ssl3prot.h')
-rw-r--r-- | net/third_party/nss/ssl/ssl3prot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/third_party/nss/ssl/ssl3prot.h b/net/third_party/nss/ssl/ssl3prot.h index f3c950e..aeaacdd 100644 --- a/net/third_party/nss/ssl/ssl3prot.h +++ b/net/third_party/nss/ssl/ssl3prot.h @@ -158,6 +158,7 @@ typedef enum { certificate_verify = 15, client_key_exchange = 16, finished = 20, + certificate_status = 22, next_proto = 67 } SSL3HandshakeType; |