From 16096c8db9bbaed87b271366e537d75030294324 Mon Sep 17 00:00:00 2001 From: Chick3nman Date: Mon, 14 Feb 2022 16:59:14 -0600 Subject: [PATCH] Fix hashcat_status struct --- include/types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/types.h b/include/types.h index 7eadcd07a..c7c836d76 100644 --- a/include/types.h +++ b/include/types.h @@ -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;