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

Unified Diff: nss/lib/freebl/cts.c

Issue 1017413002: Uprev NSS to 3.18 RTM (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/nss.git@nspr_uprev
Patch Set: Rebased Created 5 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
« no previous file with comments | « nss/lib/cryptohi/secsign.c ('k') | nss/lib/freebl/ec.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nss/lib/freebl/cts.c
diff --git a/nss/lib/freebl/cts.c b/nss/lib/freebl/cts.c
index 74cdc0beaf0cc5163285007db4486918dbc8498d..5d4ed18bc3ed577e8a386b9bc02de00be7c2e855 100644
--- a/nss/lib/freebl/cts.c
+++ b/nss/lib/freebl/cts.c
@@ -239,7 +239,6 @@ CTS_DecryptUpdate(CTSContext *cts, unsigned char *outbuf,
return SECSuccess;
}
outbuf += fullblocks;
- maxout -= fullblocks;
/* recover the stolen text */
PORT_Memset(lastBlock, 0, blocksize);
« no previous file with comments | « nss/lib/cryptohi/secsign.c ('k') | nss/lib/freebl/ec.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698