From 994c5dc503e9083dca802759aad5e4c3787d05b4 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Sun, 22 May 2022 17:54:04 +0200 Subject: [PATCH] Fix include guard --- GCryptLib/include/GCrypt/Block.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GCryptLib/include/GCrypt/Block.h b/GCryptLib/include/GCrypt/Block.h index 2ebbb39..db9552f 100644 --- a/GCryptLib/include/GCrypt/Block.h +++ b/GCryptLib/include/GCrypt/Block.h @@ -1,5 +1,5 @@ -#ifndef GCRYPT_CONFIG_H -#define GCRYPT_CONFIG_H +#ifndef GCRYPT_BLOCK_H +#define GCRYPT_BLOCK_H #include "GCrypt/SecureBitset.h" #include "GCrypt/Config.h"