Common/Crypto: Reduce differences between 3.3.5 and 6.x branches

Code functionality shouldn't have been modified.
This commit is contained in:
jackpoz
2016-08-04 17:03:25 +02:00
parent dbcf78d49a
commit 37fedcc8f6

View File

@@ -17,7 +17,6 @@
*/
#include "ARC4.h"
#include <openssl/sha.h>
ARC4::ARC4(uint32 len) : m_ctx()
{