mirror of
https://github.com/hashcat/hashcat
synced 2025-04-10 01:02:06 +02: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_min;
|
||||||
u32 pw_max;
|
u32 pw_max;
|
||||||
char *truecrypt_keyfiles;
|
char *truecrypt_keyfiles;
|
||||||
char *veracrypt_keyfiles;
|
|
||||||
u32 veracrypt_pim;
|
|
||||||
|
|
||||||
opencl_ctx_t *opencl_ctx;
|
opencl_ctx_t *opencl_ctx;
|
||||||
hashconfig_t *hashconfig;
|
hashconfig_t *hashconfig;
|
||||||
|
@ -278,8 +278,6 @@ int main (int argc, char **argv)
|
|||||||
data.logfile_disable = user_options->logfile_disable;
|
data.logfile_disable = user_options->logfile_disable;
|
||||||
data.quiet = user_options->quiet;
|
data.quiet = user_options->quiet;
|
||||||
data.truecrypt_keyfiles = user_options->truecrypt_keyfiles;
|
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.wordlist_mode = user_options_extra->wordlist_mode;
|
||||||
data.attack_kern = user_options_extra->attack_kern;
|
data.attack_kern = user_options_extra->attack_kern;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user