Get rid of hex_wordlist variable in data. context

This commit is contained in:
jsteube
2016-09-22 15:14:55 +02:00
parent 6b5d8ed62c
commit 5b0835258c
6 changed files with 6 additions and 8 deletions
-1
View File
@@ -973,7 +973,6 @@ typedef struct
u32 force;
u32 hex_charset;
u32 hex_salt;
u32 hex_wordlist;
u32 pw_min;
u32 pw_max;
+1 -1
View File
@@ -6,7 +6,7 @@
#ifndef _WORDLIST_H
#define _WORDLIST_H
uint convert_from_hex (char *line_buf, const uint line_len);
uint convert_from_hex (char *line_buf, const uint line_len, const user_options_t *user_options);
void load_segment (wl_data_t *wl_data, FILE *fd);