From 37fedcc8f67da5d2288aa2bd8c2ff2f23ff970d0 Mon Sep 17 00:00:00 2001 From: jackpoz Date: Thu, 4 Aug 2016 17:03:25 +0200 Subject: Common/Crypto: Reduce differences between 3.3.5 and 6.x branches Code functionality shouldn't have been modified. --- src/common/Cryptography/ARC4.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/common/Cryptography/ARC4.cpp b/src/common/Cryptography/ARC4.cpp index fdf68edb0ec..ead85a18e67 100644 --- a/src/common/Cryptography/ARC4.cpp +++ b/src/common/Cryptography/ARC4.cpp @@ -17,7 +17,6 @@ */ #include "ARC4.h" -#include ARC4::ARC4(uint32 len) : m_ctx() { -- cgit v1.2.3