diff --git a/include/types.h b/include/types.h index aa1fca118..6afd57f56 100644 --- a/include/types.h +++ b/include/types.h @@ -976,7 +976,6 @@ typedef struct u32 hex_wordlist; u32 pw_min; u32 pw_max; - char *truecrypt_keyfiles; opencl_ctx_t *opencl_ctx; diff --git a/src/hashcat.c b/src/hashcat.c index f9cc8f629..eb38e4af7 100644 --- a/src/hashcat.c +++ b/src/hashcat.c @@ -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;