diff --git a/include/types.h b/include/types.h index 00a0cbf19..466c985f5 100644 --- a/include/types.h +++ b/include/types.h @@ -2617,8 +2617,6 @@ typedef struct token } token_t; -#endif // _TYPES_H - /** * hash category is relevant in usage.c (--help screen) */ @@ -2652,3 +2650,5 @@ typedef enum hash_category // hash specific typedef aes_ctx AES_KEY; + +#endif // _TYPES_H