aboutsummaryrefslogtreecommitdiffstats
path: root/fm_md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'fm_md5.h')
-rw-r--r--fm_md5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fm_md5.h b/fm_md5.h
index 5243c51b..95bb4edd 100644
--- a/fm_md5.h
+++ b/fm_md5.h
@@ -30,7 +30,7 @@ struct MD5Context {
void MD5Init(struct MD5Context *context);
void MD5Update(struct MD5Context *context, const void *buf, unsigned len);
void MD5Final(void *digest, struct MD5Context *context);
-void MD5Transform(uint32 buf[], uint32 const in[]);
+void MD5Transform(uint32 buf[4], uint32 const in[16]);
/*
* This is needed to make RSAREF happy on some MS-DOS compilers.