diff options
Diffstat (limited to 'loader2/md5.h')
-rw-r--r-- | loader2/md5.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loader2/md5.h b/loader2/md5.h index 705692ab6..fb6bf20a9 100644 --- a/loader2/md5.h +++ b/loader2/md5.h @@ -9,6 +9,7 @@ struct MD5Context { uint32 buf[4]; uint32 bits[2]; unsigned char in[64]; + int doByteReverse; }; void MD5_Init(struct MD5Context *); |