Update bfg.h

This commit is contained in:
van Hauser 2019-10-17 12:21:47 +02:00 committed by GitHub
parent 4c0e2c2b45
commit 217e025475
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
bfg.h
View file

@ -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;