| 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.
|
|
|