X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fu-boot%2Fmd5.h;h=e09c16a6e3fe1e10ca539a6bee5cbba6cf304546;hb=c2abfca9be3a62a98c1a1b77a11cd01092c0160f;hp=8b44a7f8441e53916d5e9d755ed97c8717e4b41b;hpb=215b01bba8bc662d35f72b084700b192d367dfb4;p=oweals%2Fu-boot.git diff --git a/include/u-boot/md5.h b/include/u-boot/md5.h index 8b44a7f844..e09c16a6e3 100644 --- a/include/u-boot/md5.h +++ b/include/u-boot/md5.h @@ -6,12 +6,15 @@ #ifndef _MD5_H #define _MD5_H -#include +#include "compiler.h" struct MD5Context { __u32 buf[4]; __u32 bits[2]; - unsigned char in[64]; + union { + unsigned char in[64]; + __u32 in32[16]; + }; }; /*