diff options
-rw-r--r-- | compiler/utils/md5.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/utils/md5.h b/compiler/utils/md5.h index 8d375df268..10c8dabd43 100644 --- a/compiler/utils/md5.h +++ b/compiler/utils/md5.h @@ -8,9 +8,9 @@ typedef HsWord32 word32; typedef HsWord8 byte; struct MD5Context { - word32 buf[4]; - word32 bytes[2]; - word32 in[16]; + word32 buf[4]; + word32 bytes[2]; + word32 in[16]; }; void MD5Init(struct MD5Context *context); |