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
+2 -2
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