mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
Update bfg.h
This commit is contained in:
parent
4c0e2c2b45
commit
217e025475
1 changed files with 1 additions and 1 deletions
2
bfg.h
2
bfg.h
|
@ -41,7 +41,7 @@ typedef struct {
|
|||
char *crs; /* internal representation of charset */
|
||||
char *ptr; /* ptr to the last generated password */
|
||||
uint32_t disable_symbols;
|
||||
unsigned long rain; //accumulator for the rain//
|
||||
uint64_t rain; /* accumulator for the rain */
|
||||
} bf_option;
|
||||
|
||||
extern bf_option bf_options;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue