1
0

ProtoProxy: Fixed #include filename case.

This commit is contained in:
madmaxoft 2014-01-17 12:27:54 +01:00
parent 714c8ed1a9
commit c7b67d9c3c

View File

@ -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;