Test fix for plain_t in 32 bit mode

This commit is contained in:
Jens Steube
2018-10-20 09:46:24 +02:00
parent 6d03da369b
commit a4ac370496
6 changed files with 25 additions and 12 deletions
+6 -6
View File
@@ -2009,13 +2009,13 @@ typedef struct bs_word
} bs_word_t;
typedef struct
typedef struct plain
{
u32 salt_pos;
u32 digest_pos;
u32 hash_pos;
u64 gidvid;
u32 il_pos;
u64 gidvid;
u32 il_pos;
u32 salt_pos;
u32 digest_pos;
u32 hash_pos;
} plain_t;