Skip to content

Commit

Permalink
Remove unused OpenSSL includes to make it more clear where OpenSSL is…
Browse files Browse the repository at this point in the history
… used
  • Loading branch information
practicalswift committed Apr 29, 2019
1 parent 3a0d6da commit a34081b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
#include <boost/algorithm/string/replace.hpp>
#include <boost/algorithm/string/split.hpp>
#include <boost/thread.hpp>
#include <openssl/crypto.h>

#if ENABLE_ZMQ
#include <zmq/zmqabstractnotifier.h>
Expand Down
2 changes: 0 additions & 2 deletions src/qt/rpcconsole.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
#include <util/strencodings.h>
#include <util/system.h>

#include <openssl/crypto.h>

#include <univalue.h>

#ifdef ENABLE_WALLET
Expand Down
2 changes: 0 additions & 2 deletions src/test/crypto_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
#include <vector>

#include <boost/test/unit_test.hpp>
#include <openssl/aes.h>
#include <openssl/evp.h>

BOOST_FIXTURE_TEST_SUITE(crypto_tests, BasicTestingSetup)

Expand Down

0 comments on commit a34081b

Please sign in to comment.