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

Unified Diff: net/third_party/nss/patches/unusedvariables.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, 8 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/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-05-01 14:37:22.992813168 -0700
++++ b/nss/lib/ssl/ssl3con.c 2013-05-01 14:43:57.088382323 -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));

Powered by Google App Engine
This is Rietveld 408576698