diff options
author | jackpoz <giacomopoz@gmail.com> | 2016-08-03 23:34:01 +0200 |
---|---|---|
committer | jackpoz <giacomopoz@gmail.com> | 2016-08-03 23:34:01 +0200 |
commit | ab40f20bad7710ad5dbb5788fee0b2e380f7cb79 (patch) | |
tree | 951e512360de8e3e3c8095f6aaf99eadbd84be95 /src/common/Cryptography/BigNumber.cpp | |
parent | 02a9ae031e71a9d075a59b25240b7e9aee6a31bb (diff) |
Common/Crypto: Reduce differences between 3.3.5 and 6.x branches
Code functionality shouldn't have been modified.
Diffstat (limited to 'src/common/Cryptography/BigNumber.cpp')
-rw-r--r-- | src/common/Cryptography/BigNumber.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/Cryptography/BigNumber.cpp b/src/common/Cryptography/BigNumber.cpp index 5dd96b0d65b..0d5dafc336b 100644 --- a/src/common/Cryptography/BigNumber.cpp +++ b/src/common/Cryptography/BigNumber.cpp @@ -18,7 +18,6 @@ #include "Cryptography/BigNumber.h" #include <openssl/bn.h> -#include <openssl/crypto.h> #include <cstring> #include <algorithm> #include <memory> |