From 532ed91a72b797e11c56f6a7032e8e8f6d582617 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 2 Sep 2012 21:38:13 +0000 Subject: Protocol proxy now decrypts the data (but doesn't understand the packets yet) git-svn-id: http://mc-server.googlecode.com/svn/trunk@826 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- ProtoProxy/Globals.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ProtoProxy/Globals.h') diff --git a/ProtoProxy/Globals.h b/ProtoProxy/Globals.h index e97d2e561..e962d9a6f 100644 --- a/ProtoProxy/Globals.h +++ b/ProtoProxy/Globals.h @@ -208,6 +208,7 @@ public: #include "CryptoPP/osrng.h" #include "CryptoPP/rsa.h" +#include "CryptoPP/modes.h" using namespace CryptoPP; -- cgit v1.2.3