Skip to content

Commit a34081b

Browse files
Remove unused OpenSSL includes to make it more clear where OpenSSL is used
1 parent 3a0d6da commit a34081b

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

src/init.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
#include <boost/algorithm/string/replace.hpp>
6767
#include <boost/algorithm/string/split.hpp>
6868
#include <boost/thread.hpp>
69-
#include <openssl/crypto.h>
7069

7170
#if ENABLE_ZMQ
7271
#include <zmq/zmqabstractnotifier.h>

src/qt/rpcconsole.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
#include <util/strencodings.h>
2222
#include <util/system.h>
2323

24-
#include <openssl/crypto.h>
25-
2624
#include <univalue.h>
2725

2826
#ifdef ENABLE_WALLET

src/test/crypto_tests.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
#include <vector>
1919

2020
#include <boost/test/unit_test.hpp>
21-
#include <openssl/aes.h>
22-
#include <openssl/evp.h>
2321

2422
BOOST_FIXTURE_TEST_SUITE(crypto_tests, BasicTestingSetup)
2523

0 commit comments

Comments
 (0)