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
+2 -2
View File
@@ -942,11 +942,11 @@ typedef struct cpt
typedef struct plain
{
u64 gidvid;
u32 il_pos;
u32 salt_pos;
u32 digest_pos;
u32 hash_pos;
u64 gidvid;
u32 il_pos;
} plain_t;