mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-25 16:08:39 +00:00
Merge pull request #2585 from ventaquil/types-guard
Fix types.h include guard
This commit is contained in:
commit
f7c3a907a2
@ -2617,8 +2617,6 @@ typedef struct token
|
|||||||
|
|
||||||
} token_t;
|
} token_t;
|
||||||
|
|
||||||
#endif // _TYPES_H
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* hash category is relevant in usage.c (--help screen)
|
* hash category is relevant in usage.c (--help screen)
|
||||||
*/
|
*/
|
||||||
@ -2652,3 +2650,5 @@ typedef enum hash_category
|
|||||||
// hash specific
|
// hash specific
|
||||||
|
|
||||||
typedef aes_ctx AES_KEY;
|
typedef aes_ctx AES_KEY;
|
||||||
|
|
||||||
|
#endif // _TYPES_H
|
||||||
|
Loading…
Reference in New Issue
Block a user