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

Unified Diff: net/third_party/nss/ssl/ssl.def

Issue 415005: Linux: add next-protocol-negotiation to libssl. (Closed)
Patch Set: Addressing wtc's comments. Created 11 years, 1 month 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
Index: net/third_party/nss/ssl/ssl.def
diff --git a/net/third_party/nss/ssl/ssl.def b/net/third_party/nss/ssl/ssl.def
index e4d4d1dc0c1ffc9b9139d022fe42b6ffc6e28dc5..6a11804a4815402596506f04d9b954e6a0fbcfba 100644
--- a/net/third_party/nss/ssl/ssl.def
+++ b/net/third_party/nss/ssl/ssl.def
@@ -139,3 +139,10 @@ SSL_CanBypass;
;+ local:
;+*;
;+};
+;+NSS_CHROMIUM { # Chromium experimental
+;+ global:
+SSL_GetNextProto;
+SSL_SetNextProtoNego;
+;+ local:
+;+*;
+;+};

Powered by Google App Engine
This is Rietveld 408576698