From 3c251416b05a451e842e1a8b4aceb1e31e439805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20Go=C5=82awski?= Date: Tue, 20 Oct 2020 16:27:29 +0200 Subject: [PATCH] Fix types.h include guard --- include/types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/types.h b/include/types.h index 89f338453..b9110133c 100644 --- a/include/types.h +++ b/include/types.h @@ -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