diff --git a/std/digest/md.d b/std/digest/md.d index 0c4e42b5f..f4d6200b1 100644 --- a/std/digest/md.d +++ b/std/digest/md.d @@ -295,7 +295,8 @@ struct MD5 */ void put(scope const(ubyte)[] data...) @trusted pure nothrow @nogc { - uint i, index, partLen; + size_t i; + uint index, partLen; auto inputLen = data.length; //Compute number of bytes mod 64