| Index: net/third_party/nss/patches/unusedvariables.patch
|
| ===================================================================
|
| --- net/third_party/nss/patches/unusedvariables.patch (revision 0)
|
| +++ net/third_party/nss/patches/unusedvariables.patch (revision 0)
|
| @@ -0,0 +1,14 @@
|
| +diff -pu a/nss/lib/ssl/ssl3con.c b/nss/lib/ssl/ssl3con.c
|
| +--- a/nss/lib/ssl/ssl3con.c 2013-04-29 10:25:51.735709477 -0700
|
| ++++ b/nss/lib/ssl/ssl3con.c 2013-04-29 15:26:11.013768249 -0700
|
| +@@ -8657,10 +8657,7 @@ static SECStatus
|
| + ssl3_SendCertificateStatus(sslSocket *ss)
|
| + {
|
| + SECStatus rv;
|
| +- CERTCertificateList *certChain;
|
| + int len = 0;
|
| +- int i;
|
| +- SSL3KEAType certIndex;
|
| +
|
| + SSL_TRC(3, ("%d: SSL3[%d]: send certificate status handshake",
|
| + SSL_GETPID(), ss->fd));
|
|
|