From 88cb36fd7b8e5775ac140f74a7066f94b7a951ef 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"