mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-23 08:38:09 +00:00
Get rid of scrypt_tmto variable in data. context
This commit is contained in:
parent
d4074d87a1
commit
07221ecf3b
@ -976,7 +976,6 @@ typedef struct
|
||||
u32 hex_wordlist;
|
||||
u32 pw_min;
|
||||
u32 pw_max;
|
||||
u32 scrypt_tmto;
|
||||
u32 segment_size;
|
||||
char *truecrypt_keyfiles;
|
||||
char *veracrypt_keyfiles;
|
||||
|
@ -277,7 +277,6 @@ int main (int argc, char **argv)
|
||||
data.hex_wordlist = user_options->hex_wordlist;
|
||||
data.logfile_disable = user_options->logfile_disable;
|
||||
data.quiet = user_options->quiet;
|
||||
data.scrypt_tmto = user_options->scrypt_tmto;
|
||||
data.segment_size = user_options->segment_size;
|
||||
data.truecrypt_keyfiles = user_options->truecrypt_keyfiles;
|
||||
data.veracrypt_keyfiles = user_options->veracrypt_keyfiles;
|
||||
|
Loading…
Reference in New Issue
Block a user