mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-16 19:58:25 +00:00
Get rid of hex_salt variable in data. context
This commit is contained in:
parent
b579542db6
commit
83baf7fcf2
@ -970,7 +970,6 @@ typedef struct
|
||||
u32 attack_kern;
|
||||
u32 quiet;
|
||||
u32 force;
|
||||
u32 hex_salt;
|
||||
u32 pw_min;
|
||||
u32 pw_max;
|
||||
|
||||
|
@ -272,7 +272,6 @@ int main (int argc, char **argv)
|
||||
{
|
||||
data.attack_mode = user_options->attack_mode;
|
||||
data.force = user_options->force;
|
||||
data.hex_salt = user_options->hex_salt;
|
||||
data.logfile_disable = user_options->logfile_disable;
|
||||
data.quiet = user_options->quiet;
|
||||
data.attack_kern = user_options_extra->attack_kern;
|
||||
|
Loading…
Reference in New Issue
Block a user