aboutsummaryrefslogtreecommitdiff
path: root/src/common/md5.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/md5.cc')
-rw-r--r--src/common/md5.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/md5.cc b/src/common/md5.cc
index bccf61c6..76f8ed14 100644
--- a/src/common/md5.cc
+++ b/src/common/md5.cc
@@ -58,7 +58,7 @@ void MD5Init(struct MD5Context *ctx)
* Update context to reflect the concatenation of another buffer full
* of bytes.
*/
-void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len)
+void MD5Update(struct MD5Context *ctx, unsigned char const *buf, size_t len)
{
u32 t;