diff options
author | jackpoz <giacomopoz@gmail.com> | 2016-08-04 17:03:25 +0200 |
---|---|---|
committer | jackpoz <giacomopoz@gmail.com> | 2016-08-04 17:03:25 +0200 |
commit | 37fedcc8f67da5d2288aa2bd8c2ff2f23ff970d0 (patch) | |
tree | 7190e38343c219417fddb747881b30eb906eb58c /src | |
parent | dbcf78d49ae7d62327d36fe46c262daaa2ce68bd (diff) |
Common/Crypto: Reduce differences between 3.3.5 and 6.x branches
Code functionality shouldn't have been modified.
Diffstat (limited to 'src')
-rw-r--r-- | src/common/Cryptography/ARC4.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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 <openssl/sha.h> ARC4::ARC4(uint32 len) : m_ctx() { |