Fix include guard

This commit is contained in:
Leonetienne 2022-05-22 17:54:04 +02:00
parent cd119f21bb
commit 88cb36fd7b
No known key found for this signature in database
GPG Key ID: C33879CD92E9708C

View File

@ -1,5 +1,5 @@
#ifndef GCRYPT_CONFIG_H #ifndef GCRYPT_BLOCK_H
#define GCRYPT_CONFIG_H #define GCRYPT_BLOCK_H
#include "GCrypt/SecureBitset.h" #include "GCrypt/SecureBitset.h"
#include "GCrypt/Config.h" #include "GCrypt/Config.h"