fix includes
This commit is contained in:
@@ -5,12 +5,12 @@
|
|||||||
#include "RageLog.h"
|
#include "RageLog.h"
|
||||||
|
|
||||||
// crypt headers
|
// crypt headers
|
||||||
#include "sha.h"
|
#include "crypto51/sha.h"
|
||||||
#include "hex.h"
|
#include "crypto51/hex.h"
|
||||||
#include "channels.h"
|
#include "crypto51/channels.h"
|
||||||
#include "rsa.h"
|
#include "crypto51/rsa.h"
|
||||||
#include "md5.h"
|
#include "crypto51/md5.h"
|
||||||
#include "osrng.h"
|
#include "crypto51/osrng.h"
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
using namespace CryptoPP;
|
using namespace CryptoPP;
|
||||||
|
|||||||
Reference in New Issue
Block a user