1
0
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:
jsteube 2023-11-16 19:01:25 +00:00
parent 7faa6a94a5
commit dad46090d7

View File

@ -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;