summaryrefslogtreecommitdiff
path: root/source/fitz/crypt-aes.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz/crypt-aes.c')
-rw-r--r--source/fitz/crypt-aes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fitz/crypt-aes.c b/source/fitz/crypt-aes.c
index f98fb8fd..cc298731 100644
--- a/source/fitz/crypt-aes.c
+++ b/source/fitz/crypt-aes.c
@@ -475,7 +475,7 @@ void aes_crypt_ecb( aes_context *ctx,
*/
void aes_crypt_cbc( aes_context *ctx,
int mode,
- int length,
+ size_t length,
unsigned char iv[16],
const unsigned char *input,
unsigned char *output )