Use standard tomcrypt header
This commit is contained in:
committed by
Martin Kröning
parent
1aaebaa712
commit
43ecbf918b
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user