1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-22 22:58:30 +00:00

Fix hashcat_status struct

This commit is contained in:
Chick3nman 2022-02-14 16:59:14 -06:00
parent 808e6fff2b
commit 16096c8db9

View File

@ -2632,6 +2632,7 @@ typedef struct hashcat_status
double msec_real;
int digests_cnt;
int digests_done;
int digests_done_pot;
double digests_percent;
int salts_cnt;
int salts_done;