1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-23 08:38:09 +00:00

Get rid of segment_size variable in data. context

This commit is contained in:
jsteube 2016-09-22 15:10:29 +02:00
parent 07221ecf3b
commit d619e39952
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;
u32 segment_size;
char *truecrypt_keyfiles;
char *veracrypt_keyfiles;
u32 veracrypt_pim;

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.segment_size = user_options->segment_size;
data.truecrypt_keyfiles = user_options->truecrypt_keyfiles;
data.veracrypt_keyfiles = user_options->veracrypt_keyfiles;
data.veracrypt_pim = user_options->veracrypt_pim;