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

Unified Diff: net/third_party/nss/patches/dtlsinitclist.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/dtlsinitclist.patch
===================================================================
--- net/third_party/nss/patches/dtlsinitclist.patch (revision 196870)
+++ net/third_party/nss/patches/dtlsinitclist.patch (working copy)
@@ -1,16 +0,0 @@
-Index: mozilla/security/nss/lib/ssl/sslsock.c
-===================================================================
-RCS file: /cvsroot/mozilla/security/nss/lib/ssl/sslsock.c,v
-retrieving revision 1.98
-retrieving revision 1.99
-diff -p -u -r1.98 -r1.99
---- mozilla/security/nss/lib/ssl/sslsock.c 14 Nov 2012 01:14:12 -0000 1.98
-+++ mozilla/security/nss/lib/ssl/sslsock.c 20 Dec 2012 20:29:36 -0000 1.99
-@@ -2904,6 +2904,7 @@ ssl_NewSocket(PRBool makeLocks, SSLProto
- ssl_ChooseOps(ss);
- ssl2_InitSocketPolicy(ss);
- ssl3_InitSocketPolicy(ss);
-+ PR_INIT_CLIST(&ss->ssl3.hs.lastMessageFlight);
-
- if (makeLocks) {
- status = ssl_MakeLocks(ss);

Powered by Google App Engine
This is Rietveld 408576698