GCryptLib: Fix include paths

This commit is contained in:
Leonetienne
2022-05-16 22:35:28 +02:00
parent 28ddbfc79e
commit a00ec743d7
16 changed files with 483 additions and 455 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
#include <unordered_map>
#include "Feistel.h"
#include "Util.h"
#include "Config.h"
#include "GCrypt/Feistel.h"
#include "GCrypt/Util.h"
#include "GCrypt/Config.h"
namespace Leonetienne::GCrypt {