aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjackpoz <giacomopoz@gmail.com>2016-08-03 23:34:01 +0200
committerjackpoz <giacomopoz@gmail.com>2016-08-03 23:34:01 +0200
commitab40f20bad7710ad5dbb5788fee0b2e380f7cb79 (patch)
tree951e512360de8e3e3c8095f6aaf99eadbd84be95
parent02a9ae031e71a9d075a59b25240b7e9aee6a31bb (diff)
Common/Crypto: Reduce differences between 3.3.5 and 6.x branches
Code functionality shouldn't have been modified.
-rw-r--r--src/common/Configuration/Config.cpp1
-rw-r--r--src/common/Cryptography/BigNumber.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/common/Configuration/Config.cpp b/src/common/Configuration/Config.cpp
index fb2ba333cfa..888aa6ecef3 100644
--- a/src/common/Configuration/Config.cpp
+++ b/src/common/Configuration/Config.cpp
@@ -21,7 +21,6 @@
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/ini_parser.hpp>
#include "Config.h"
-#include "Errors.h"
#include "Log.h"
using namespace boost::property_tree;
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>