tizen 2.3.1 release
[platform/kernel/u-boot.git] / include / u-boot / md5.h
index e09c16a..08924cc 100644 (file)
 struct MD5Context {
        __u32 buf[4];
        __u32 bits[2];
-       union {
-               unsigned char in[64];
-               __u32 in32[16];
-       };
+       unsigned char in[64];
 };
 
 /*