Now using actual include guards
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#pragma once
|
||||
#ifndef GCRYPT_KEYSET_H
|
||||
#define GCRYPT_KEYSET_H
|
||||
|
||||
#include <array>
|
||||
#include "GCrypt/Key.h"
|
||||
#include "GCrypt/Config.h"
|
||||
@@ -7,3 +9,5 @@ namespace Leonetienne::GCrypt {
|
||||
typedef std::array<Key, N_ROUNDS> Keyset;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user