Test fix for plain_t in 32 bit mode
This commit is contained in:
+6
-6
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user