summaryrefslogtreecommitdiff
path: root/lib/pkcs7/p7local.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pkcs7/p7local.c')
-rw-r--r--lib/pkcs7/p7local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pkcs7/p7local.c b/lib/pkcs7/p7local.c
index 6a7af1f80..8c5e0bfa5 100644
--- a/lib/pkcs7/p7local.c
+++ b/lib/pkcs7/p7local.c
@@ -397,7 +397,7 @@ sec_PKCS7Decrypt (sec_PKCS7CipherObject *obj, unsigned char *output,
const unsigned char *input, unsigned int input_len,
PRBool final)
{
- int blocks, bsize, pcount, padsize;
+ unsigned int blocks, bsize, pcount, padsize;
unsigned int max_needed, ifraglen, ofraglen, output_len;
unsigned char *pbuf;
SECStatus rv;