aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Cryptography/Authentication
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2014-07-20 02:54:12 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2014-07-20 02:54:12 +0200
commit0531f52008cfc4ecb28c0b3cd67504e06452ab75 (patch)
treeb6fdbce62d473ed3de256f999910dcef02be7fda /src/server/shared/Cryptography/Authentication
parenta59ec8c8e9aa76700e4f1c78ca9eaba300ee712d (diff)
Core: Fix non pch build (gcc)
Diffstat (limited to 'src/server/shared/Cryptography/Authentication')
-rw-r--r--src/server/shared/Cryptography/Authentication/AuthCrypt.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/shared/Cryptography/Authentication/AuthCrypt.cpp b/src/server/shared/Cryptography/Authentication/AuthCrypt.cpp
index ff94f307254..ec8913ba1bc 100644
--- a/src/server/shared/Cryptography/Authentication/AuthCrypt.cpp
+++ b/src/server/shared/Cryptography/Authentication/AuthCrypt.cpp
@@ -20,6 +20,8 @@
#include "Cryptography/HMACSHA1.h"
#include "Cryptography/BigNumber.h"
+#include <cstring>
+
AuthCrypt::AuthCrypt() :
_clientDecrypt(SHA_DIGEST_LENGTH), _serverEncrypt(SHA_DIGEST_LENGTH),
_initialized(false)