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

Side by Side 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, 7 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
(Empty)
1 diff -pu a/nss/lib/ssl/ssl3con.c b/nss/lib/ssl/ssl3con.c
2 --- a/nss/lib/ssl/ssl3con.c 2013-05-01 14:37:22.992813168 -0700
3 +++ b/nss/lib/ssl/ssl3con.c 2013-05-01 14:43:57.088382323 -0700
4 @@ -8657,10 +8657,7 @@ static SECStatus
5 ssl3_SendCertificateStatus(sslSocket *ss)
6 {
7 SECStatus rv;
8 - CERTCertificateList *certChain;
9 int len = 0;
10 - int i;
11 - SSL3KEAType certIndex;
12
13 SSL_TRC(3, ("%d: SSL3[%d]: send certificate status handshake",
14 SSL_GETPID(), ss->fd));
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698