Chromium Code Reviews| 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); |