summaryrefslogtreecommitdiff
path: root/source4/lib/crypto/md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/crypto/md5.c')
-rw-r--r--source4/lib/crypto/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/crypto/md5.c b/source4/lib/crypto/md5.c
index 38ef3fdfbd..f59b35a0b8 100644
--- a/source4/lib/crypto/md5.c
+++ b/source4/lib/crypto/md5.c
@@ -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, const uint8_t const *buf, uint_t len)
+void MD5Update(struct MD5Context *ctx, const uint8_t *buf, uint_t len)
{
register uint32_t t;