r15191: Avoid uint_t as it's not standard.
[ab/samba.git/.git] / source4 / lib / crypto / md5.c
index b607e938425ae81998356756c8ec4a3c6dd28cfd..584c46ef2d6ffac35e7c4b190b16d34c3f802c99 100644 (file)
@@ -58,7 +58,7 @@ _PUBLIC_ void MD5Init(struct MD5Context *ctx)
  * Update context to reflect the concatenation of another buffer full
  * of bytes.
  */
-_PUBLIC_ void MD5Update(struct MD5Context *ctx, const uint8_t *buf, uint_t len)
+_PUBLIC_ void MD5Update(struct MD5Context *ctx, const uint8_t *buf, size_t len)
 {
     register uint32_t t;