1
0
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:
jsteube 2016-09-22 15:27:27 +02:00
parent b579542db6
commit 83baf7fcf2
2 changed files with 0 additions and 2 deletions

View File

@ -970,7 +970,6 @@ typedef struct
u32 attack_kern;
u32 quiet;
u32 force;
u32 hex_salt;
u32 pw_min;
u32 pw_max;

View File

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