Index: net/third_party/nss/ssl/ssl3prot.h |
=================================================================== |
--- net/third_party/nss/ssl/ssl3prot.h (revision 196870) |
+++ net/third_party/nss/ssl/ssl3prot.h (working copy) |
@@ -5,7 +5,7 @@ |
* This Source Code Form is subject to the terms of the Mozilla Public |
* License, v. 2.0. If a copy of the MPL was not distributed with this |
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
-/* $Id: ssl3prot.h,v 1.22 2012/04/25 14:50:12 gerv%gerv.net Exp $ */ |
+/* $Id$ */ |
#ifndef __ssl3proto_h_ |
#define __ssl3proto_h_ |
@@ -129,7 +129,7 @@ |
certificate_verify = 15, |
client_key_exchange = 16, |
finished = 20, |
- certificate_status = 22, |
+ certificate_status = 22, |
next_proto = 67, |
encrypted_extensions= 203 |
} SSL3HandshakeType; |