mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-11 16:21:12 +00:00
Get rid of veracrypt* variable in data. context
This commit is contained in:
parent
d619e39952
commit
77cd4b8a63
@ -977,8 +977,7 @@ typedef struct
|
||||
u32 pw_min;
|
||||
u32 pw_max;
|
||||
char *truecrypt_keyfiles;
|
||||
char *veracrypt_keyfiles;
|
||||
u32 veracrypt_pim;
|
||||
|
||||
|
||||
opencl_ctx_t *opencl_ctx;
|
||||
hashconfig_t *hashconfig;
|
||||
|
@ -278,8 +278,6 @@ int main (int argc, char **argv)
|
||||
data.logfile_disable = user_options->logfile_disable;
|
||||
data.quiet = user_options->quiet;
|
||||
data.truecrypt_keyfiles = user_options->truecrypt_keyfiles;
|
||||
data.veracrypt_keyfiles = user_options->veracrypt_keyfiles;
|
||||
data.veracrypt_pim = user_options->veracrypt_pim;
|
||||
|
||||
data.wordlist_mode = user_options_extra->wordlist_mode;
|
||||
data.attack_kern = user_options_extra->attack_kern;
|
||||
|
Loading…
Reference in New Issue
Block a user