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

Unified Diff: net/third_party/nss/patches/secretexporterlocks.patch

Issue 14522022: Update NSS libSSL to NSS_3_15_BETA2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Make the changes rsleevi suggested Created 7 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
Index: net/third_party/nss/patches/secretexporterlocks.patch
===================================================================
--- net/third_party/nss/patches/secretexporterlocks.patch (revision 196870)
+++ net/third_party/nss/patches/secretexporterlocks.patch (working copy)
@@ -1,6 +1,6 @@
-diff -pu -r a/net/third_party/nss/ssl/sslinfo.c b/net/third_party/nss/ssl/sslinfo.c
---- a/net/third_party/nss/ssl/sslinfo.c 2012-08-03 16:54:31.000000000 -0700
-+++ b/net/third_party/nss/ssl/sslinfo.c 2012-11-12 16:14:30.596704310 -0800
+diff -pu a/nss/lib/ssl/sslinfo.c b/nss/lib/ssl/sslinfo.c
+--- a/nss/lib/ssl/sslinfo.c 2013-04-27 09:17:17.216390477 -0700
++++ b/nss/lib/ssl/sslinfo.c 2013-04-27 09:40:33.236147965 -0700
@@ -342,8 +342,13 @@ SSL_ExportKeyingMaterial(PRFileDesc *fd,
return SECFailure;
}

Powered by Google App Engine
This is Rietveld 408576698