mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 08:08:10 +00:00
Fix types.h include guard
This commit is contained in:
parent
15bf8b7302
commit
3c251416b0
@ -2613,8 +2613,6 @@ typedef struct token
|
||||
|
||||
} token_t;
|
||||
|
||||
#endif // _TYPES_H
|
||||
|
||||
/**
|
||||
* hash category is relevant in usage.c (--help screen)
|
||||
*/
|
||||
@ -2648,3 +2646,5 @@ typedef enum hash_category
|
||||
// hash specific
|
||||
|
||||
typedef aes_ctx AES_KEY;
|
||||
|
||||
#endif // _TYPES_H
|
||||
|
Loading…
Reference in New Issue
Block a user