Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: openssl/ssl/tls1.h

Issue 259963009: New tls channel id version for OpenSSL (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/openssl
Patch Set: Removed project files and put in missing conditional. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« openssl/ssl/ssl_locl.h ('K') | « openssl/ssl/t1_lib.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: openssl/ssl/tls1.h
diff --git a/openssl/ssl/tls1.h b/openssl/ssl/tls1.h
index c4f69aae48a7ff240d26c72f10cb93f89ea9c051..555948611830ac04cb631af3d9f1cad4aa5b5a9b 100644
--- a/openssl/ssl/tls1.h
+++ b/openssl/ssl/tls1.h
@@ -255,7 +255,7 @@ extern "C" {
#endif
/* This is not an IANA defined extension number */
-#define TLSEXT_TYPE_channel_id 30031
+#define TLSEXT_TYPE_channel_id 30032
/* NameType value from RFC 3546 */
#define TLSEXT_NAMETYPE_host_name 0
« openssl/ssl/ssl_locl.h ('K') | « openssl/ssl/t1_lib.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698