1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-05-30 12:49:04 +00:00

Change typedef hashconfig_t

This commit is contained in:
Konrad Goławski 2021-04-27 19:09:44 +02:00
parent 0ba77fe761
commit 3535f3ae55

View File

@ -935,7 +935,7 @@ typedef struct hashes
} hashes_t; } hashes_t;
struct hashconfig typedef struct hashconfig
{ {
char separator; char separator;
@ -1009,9 +1009,7 @@ struct hashconfig
bool forced_jit_compile; bool forced_jit_compile;
u32 pwdump_column; u32 pwdump_column;
}; } hashconfig_t;
typedef struct hashconfig hashconfig_t;
typedef struct pw_pre typedef struct pw_pre
{ {