summaryrefslogtreecommitdiff
path: root/include/fitz/stm_crypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fitz/stm_crypt.h')
-rw-r--r--include/fitz/stm_crypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fitz/stm_crypt.h b/include/fitz/stm_crypt.h
index 4e0bc725..57001752 100644
--- a/include/fitz/stm_crypt.h
+++ b/include/fitz/stm_crypt.h
@@ -20,7 +20,7 @@ struct fz_md5_s
};
void fz_md5init(fz_md5 *state);
-void fz_md5update(fz_md5 *state, unsigned char *input, unsigned inlen);
+void fz_md5update(fz_md5 *state, const unsigned char *input, const unsigned inlen);
void fz_md5final(fz_md5 *state, unsigned char digest[16]);
/* arc4 crypto */