Fix include guard

This commit is contained in:
Leonetienne
2022-05-22 17:54:04 +02:00
parent cd119f21bb
commit 88cb36fd7b

View File

@@ -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"