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

Unified Diff: net/third_party/nss/patches/clang-sslcon.patch

Issue 9733012: Update NSS to NSS 3.13.4 pre-release snapshot 20120319. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Forgot to update the sslerr.h and SSLerrs.h files Created 8 years, 9 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/clang-sslcon.patch
===================================================================
--- net/third_party/nss/patches/clang-sslcon.patch (revision 127513)
+++ net/third_party/nss/patches/clang-sslcon.patch (working copy)
@@ -1,13 +0,0 @@
-diff --git a/net/third_party/nss/ssl/sslcon.c b/net/third_party/nss/ssl/sslcon.c
-index 4e34554..be626a4 100644
---- a/net/third_party/nss/ssl/sslcon.c
-+++ b/net/third_party/nss/ssl/sslcon.c
-@@ -1440,7 +1440,7 @@ ssl2_CreateSessionCypher(sslSocket *ss, sslSessionID *sid, PRBool isClient)
- writeKey.data = 0;
-
- PORT_Assert( ss->opt.noLocks || ssl_Have1stHandshakeLock(ss) );
-- if((ss->sec.ci.sid == 0))
-+ if(ss->sec.ci.sid == 0)
- goto sec_loser; /* don't crash if asserts are off */
-
- /* Trying to cut down on all these switch statements that should be tables.

Powered by Google App Engine
This is Rietveld 408576698