X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=md5.h;h=80fbcec8ad3a5ef9f06ff8f7a7a33c2ad14d400d;hb=fd00954ca87b3b083ec6987e593a16ff01913fe8;hp=9d1cf4cfb5021524aae63e8c50cbaffe3f4245ef;hpb=ebac4655dd3624f3296ff83be48e0cdc02852f18;p=fio.git diff --git a/md5.h b/md5.h index 9d1cf4cf..80fbcec8 100644 --- a/md5.h +++ b/md5.h @@ -17,7 +17,7 @@ (w += f(x, y, z) + in, w = (w<>(32-s)) + x) struct md5_ctx { - uint32_t hash[MD5_HASH_WORDS]; + uint32_t *hash; uint32_t block[MD5_BLOCK_WORDS]; uint64_t byte_count; };