mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-23 08:38:09 +00:00
Get rid of truecrypt_keyfiles variable in data. context
This commit is contained in:
parent
77cd4b8a63
commit
6b5d8ed62c
@ -976,7 +976,6 @@ typedef struct
|
||||
u32 hex_wordlist;
|
||||
u32 pw_min;
|
||||
u32 pw_max;
|
||||
char *truecrypt_keyfiles;
|
||||
|
||||
|
||||
opencl_ctx_t *opencl_ctx;
|
||||
|
@ -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.truecrypt_keyfiles = user_options->truecrypt_keyfiles;
|
||||
|
||||
data.wordlist_mode = user_options_extra->wordlist_mode;
|
||||
data.attack_kern = user_options_extra->attack_kern;
|
||||
|
Loading…
Reference in New Issue
Block a user