Chromium Code Reviews| Index: nss/lib/freebl/cts.c |
| diff --git a/nss/lib/freebl/cts.c b/nss/lib/freebl/cts.c |
| index 5d4ed18bc3ed577e8a386b9bc02de00be7c2e855..984e05b95071021fe5869ce305b7c3885015f832 100644 |
| --- a/nss/lib/freebl/cts.c |
| +++ b/nss/lib/freebl/cts.c |
| @@ -185,7 +185,7 @@ CTS_DecryptUpdate(CTSContext *cts, unsigned char *outbuf, |
| unsigned char lastBlock[MAX_BLOCK_SIZE]; |
| const unsigned char *tmp; |
| unsigned int tmpLen; |
| - int fullblocks, pad; |
| + unsigned int fullblocks, pad; |
| unsigned int i; |
| SECStatus rv; |