mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 08:08:10 +00:00
Add missing struct names
This commit is contained in:
parent
2a1fe6962d
commit
6345fb53f9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user