Use standard tomcrypt header

This commit is contained in:
Martin Kröning
2019-09-08 15:52:51 +02:00
committed by Martin Kröning
parent 1aaebaa712
commit 43ecbf918b
4 changed files with 8 additions and 5 deletions
+3 -2
View File
@@ -1,4 +1,7 @@
#include "global.h"
#include <tomcrypt.h>
#include "CryptManager.h"
#include "RageUtil.h"
#include "RageLog.h"
@@ -9,8 +12,6 @@
#include "LuaReference.h"
#include "LuaManager.h"
#include "libtomcrypt/src/headers/tomcrypt.h"
CryptManager* CRYPTMAN = nullptr; // global and accessible from anywhere in our program
static const RString PRIVATE_KEY_PATH = "Data/private.rsa";