diff options
author | madmaxoft <github@xoft.cz> | 2014-04-29 17:45:20 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-04-29 17:45:20 +0200 |
commit | c045bb3f4ccea1c357a726d73cd75d699cfe901c (patch) | |
tree | b6c01f99ea4546e0fbc3052ad87b829490b6e105 /src/Protocol | |
parent | Moved the rest of the Crypto objects into their own respective files. (diff) | |
download | cuberite-c045bb3f4ccea1c357a726d73cd75d699cfe901c.tar cuberite-c045bb3f4ccea1c357a726d73cd75d699cfe901c.tar.gz cuberite-c045bb3f4ccea1c357a726d73cd75d699cfe901c.tar.bz2 cuberite-c045bb3f4ccea1c357a726d73cd75d699cfe901c.tar.lz cuberite-c045bb3f4ccea1c357a726d73cd75d699cfe901c.tar.xz cuberite-c045bb3f4ccea1c357a726d73cd75d699cfe901c.tar.zst cuberite-c045bb3f4ccea1c357a726d73cd75d699cfe901c.zip |
Diffstat (limited to 'src/Protocol')
-rw-r--r-- | src/Protocol/Authenticator.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Protocol/Authenticator.cpp b/src/Protocol/Authenticator.cpp index f7008a5c4..8100b6395 100644 --- a/src/Protocol/Authenticator.cpp +++ b/src/Protocol/Authenticator.cpp @@ -10,12 +10,6 @@ #include "inifile/iniFile.h" #include "json/json.h" -#include "polarssl/config.h" -#include "polarssl/net.h" -#include "polarssl/ssl.h" -#include "polarssl/ctr_drbg.h" -#include "polarssl/error.h" - #include "PolarSSL++/BlockingSslClientSocket.h" #include <sstream> |