mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-17 18:12:05 +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
|
typedef struct hashinfo
|
||||||
{
|
{
|
||||||
dynamicx_t *dynamicx_t;
|
dynamicx_t *dynamicx;
|
||||||
user_t *user;
|
user_t *user;
|
||||||
char *orighash;
|
char *orighash;
|
||||||
split_t *split;
|
split_t *split;
|
||||||
|
Loading…
Reference in New Issue
Block a user