mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-24 07:28:10 +00:00
Get rid of machine_readable variable in data. context
This commit is contained in:
parent
b4a3dd35b0
commit
59ba4c2d93
@ -969,7 +969,6 @@ typedef struct
|
|||||||
|
|
||||||
u32 attack_mode;
|
u32 attack_mode;
|
||||||
u32 attack_kern;
|
u32 attack_kern;
|
||||||
u32 machine_readable;
|
|
||||||
u32 quiet;
|
u32 quiet;
|
||||||
u32 force;
|
u32 force;
|
||||||
u32 benchmark;
|
u32 benchmark;
|
||||||
|
@ -277,7 +277,6 @@ int main (int argc, char **argv)
|
|||||||
data.hex_salt = user_options->hex_salt;
|
data.hex_salt = user_options->hex_salt;
|
||||||
data.hex_wordlist = user_options->hex_wordlist;
|
data.hex_wordlist = user_options->hex_wordlist;
|
||||||
data.logfile_disable = user_options->logfile_disable;
|
data.logfile_disable = user_options->logfile_disable;
|
||||||
data.machine_readable = user_options->machine_readable;
|
|
||||||
data.powertune_enable = user_options->powertune_enable;
|
data.powertune_enable = user_options->powertune_enable;
|
||||||
data.quiet = user_options->quiet;
|
data.quiet = user_options->quiet;
|
||||||
data.runtime = user_options->runtime;
|
data.runtime = user_options->runtime;
|
||||||
|
Loading…
Reference in New Issue
Block a user