From 6345fb53f90828717ebf2fbdc526ca062ff58a7a Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Sun, 4 Jun 2017 21:23:55 +0200 Subject: [PATCH] Add missing struct names --- include/types.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/types.h b/include/types.h index 3670aa256..46d9a306d 100644 --- a/include/types.h +++ b/include/types.h @@ -666,7 +666,7 @@ typedef enum user_options_map * structs */ -typedef struct +typedef struct salt { u32 salt_buf[16]; u32 salt_buf_pc[16]; @@ -1667,7 +1667,7 @@ typedef struct cpt_ctx } cpt_ctx_t; -typedef struct +typedef struct device_info { bool skipped_dev; double hashes_msec_dev; @@ -1683,7 +1683,7 @@ typedef struct } device_info_t; -typedef struct +typedef struct hashcat_status { const char *hash_target; char *hash_type;