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

Side by Side Diff: net/third_party/nss/patches/sslnoncestatics.patch

Issue 111853013: Update net/third_party/nss to NSS 3.15.4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Update the comment in sslenum.c for the two CHACHA20 cipher suites Created 6 years, 11 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
1 diff --git a/net/third_party/nss/ssl/sslnonce.c b/net/third_party/nss/ssl/sslnon ce.c 1 diff -pu a/nss/lib/ssl/sslnonce.c b/nss/lib/ssl/sslnonce.c
2 index 758aa4e..a3e6e0a 100644 2 --- a/nss/lib/ssl/sslnonce.c» 2014-01-03 19:08:32.451674629 -0800
3 --- a/net/third_party/nss/ssl/sslnonce.c 3 +++ b/nss/lib/ssl/sslnonce.c» 2014-01-03 19:10:33.483652358 -0800
4 +++ b/net/third_party/nss/ssl/sslnonce.c
5 @@ -21,8 +21,8 @@ 4 @@ -21,8 +21,8 @@
6 PRUint32 ssl_sid_timeout = 100; 5 PRUint32 ssl_sid_timeout = 100;
7 PRUint32 ssl3_sid_timeout = 86400L; /* 24 hours */ 6 PRUint32 ssl3_sid_timeout = 86400L; /* 24 hours */
8 7
9 -static sslSessionID *cache = NULL; 8 -static sslSessionID *cache = NULL;
10 -static PZLock * cacheLock = NULL; 9 -static PZLock * cacheLock = NULL;
11 +sslSessionID *cache = NULL; 10 +sslSessionID *cache = NULL;
12 +PZLock * cacheLock = NULL; 11 +PZLock * cacheLock = NULL;
13 12
14 /* sids can be in one of 4 states: 13 /* sids can be in one of 4 states:
15 * 14 *
OLDNEW
« no previous file with comments | « net/third_party/nss/patches/signedcertificatetimestamps.patch ('k') | net/third_party/nss/patches/sslsock_903565.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698