1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-26 01:50:10 +00:00

Add missing struct names

This commit is contained in:
Jens Steube 2017-06-04 21:23:55 +02:00
parent 2a1fe6962d
commit 6345fb53f9

View File

@ -666,7 +666,7 @@ typedef enum user_options_map
* structs * structs
*/ */
typedef struct typedef struct salt
{ {
u32 salt_buf[16]; u32 salt_buf[16];
u32 salt_buf_pc[16]; u32 salt_buf_pc[16];
@ -1667,7 +1667,7 @@ typedef struct cpt_ctx
} cpt_ctx_t; } cpt_ctx_t;
typedef struct typedef struct device_info
{ {
bool skipped_dev; bool skipped_dev;
double hashes_msec_dev; double hashes_msec_dev;
@ -1683,7 +1683,7 @@ typedef struct
} device_info_t; } device_info_t;
typedef struct typedef struct hashcat_status
{ {
const char *hash_target; const char *hash_target;
char *hash_type; char *hash_type;