mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-14 03:39:09 +00:00
Fix variable name dynamicx_t in hashinfo_t
This commit is contained in:
parent
7faa6a94a5
commit
dad46090d7
@ -923,7 +923,7 @@ typedef struct split
|
||||
|
||||
typedef struct hashinfo
|
||||
{
|
||||
dynamicx_t *dynamicx_t;
|
||||
dynamicx_t *dynamicx;
|
||||
user_t *user;
|
||||
char *orighash;
|
||||
split_t *split;
|
||||
|
Loading…
Reference in New Issue
Block a user