ProtoProxy: Fixed #include filename case.
parent
714c8ed1a9
commit
c7b67d9c3c
|
@ -211,10 +211,10 @@ public:
|
|||
|
||||
|
||||
|
||||
#include "CryptoPP/randpool.h"
|
||||
#include "CryptoPP/aes.h"
|
||||
#include "CryptoPP/rsa.h"
|
||||
#include "CryptoPP/modes.h"
|
||||
#include "cryptopp/randpool.h"
|
||||
#include "cryptopp/aes.h"
|
||||
#include "cryptopp/rsa.h"
|
||||
#include "cryptopp/modes.h"
|
||||
|
||||
using namespace CryptoPP;
|
||||
|
||||
|
|
Loading…
Reference in New Issue