1
0
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:
Konrad Goławski 2020-10-20 16:27:29 +02:00
parent 15bf8b7302
commit 3c251416b0

View File

@ -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