1
0
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:
jsteube 2016-09-22 15:12:13 +02:00
parent 77cd4b8a63
commit 6b5d8ed62c
2 changed files with 0 additions and 2 deletions

View File

@ -976,7 +976,6 @@ typedef struct
u32 hex_wordlist;
u32 pw_min;
u32 pw_max;
char *truecrypt_keyfiles;
opencl_ctx_t *opencl_ctx;

View File

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