From 59e94fd9bb1ff82d9a34a6c693b680039c3a68b9 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 25 Nov 2017 02:39:27 +0100 Subject: Misc: More cleanup --- src/common/Cryptography/Authentication/AuthCrypt.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/common/Cryptography/Authentication/AuthCrypt.cpp') diff --git a/src/common/Cryptography/Authentication/AuthCrypt.cpp b/src/common/Cryptography/Authentication/AuthCrypt.cpp index 64d29782424..2b6eb3a5229 100644 --- a/src/common/Cryptography/Authentication/AuthCrypt.cpp +++ b/src/common/Cryptography/Authentication/AuthCrypt.cpp @@ -72,4 +72,3 @@ void AuthCrypt::EncryptSend(uint8 *data, size_t len) _serverEncrypt.UpdateData(len, data); } - -- cgit v1.2.3