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

Side by Side 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, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Index: mozilla/security/nss/lib/ssl/sslsock.c
2 ===================================================================
3 RCS file: /cvsroot/mozilla/security/nss/lib/ssl/sslsock.c,v
4 retrieving revision 1.98
5 retrieving revision 1.99
6 diff -p -u -r1.98 -r1.99
7 --- mozilla/security/nss/lib/ssl/sslsock.c 14 Nov 2012 01:14:12 -0000 1.98
8 +++ mozilla/security/nss/lib/ssl/sslsock.c 20 Dec 2012 20:29:36 -0000 1.99
9 @@ -2904,6 +2904,7 @@ ssl_NewSocket(PRBool makeLocks, SSLProto
10 ssl_ChooseOps(ss);
11 ssl2_InitSocketPolicy(ss);
12 ssl3_InitSocketPolicy(ss);
13 + PR_INIT_CLIST(&ss->ssl3.hs.lastMessageFlight);
14
15 if (makeLocks) {
16 status = ssl_MakeLocks(ss);
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698