ProtoProxy: Fixed #include filename case.

master
madmaxoft 2014-01-17 12:27:54 +01:00
parent 714c8ed1a9
commit c7b67d9c3c
1 changed files with 4 additions and 4 deletions

View File

@ -211,10 +211,10 @@ public:
#include "CryptoPP/randpool.h" #include "cryptopp/randpool.h"
#include "CryptoPP/aes.h" #include "cryptopp/aes.h"
#include "CryptoPP/rsa.h" #include "cryptopp/rsa.h"
#include "CryptoPP/modes.h" #include "cryptopp/modes.h"
using namespace CryptoPP; using namespace CryptoPP;