aboutsummaryrefslogtreecommitdiff
path: root/src/test/crypto_tests.cpp
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2019-04-29 12:53:24 +0200
committerpracticalswift <practicalswift@users.noreply.github.com>2019-04-29 12:53:24 +0200
commita34081b7c398847c37a587029c7ad7f3a3396c8e (patch)
tree0613ec3c5a589dd295f4d2ab9879c35cf0fc7e5f /src/test/crypto_tests.cpp
parent3a0d6da098c77703f30bb6bbd58c1d42390c469f (diff)
downloadbitcoin-a34081b7c398847c37a587029c7ad7f3a3396c8e.tar.xz
Remove unused OpenSSL includes to make it more clear where OpenSSL is used
Diffstat (limited to 'src/test/crypto_tests.cpp')
-rw-r--r--src/test/crypto_tests.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/crypto_tests.cpp b/src/test/crypto_tests.cpp
index 8a219a8284..0d05b6514f 100644
--- a/src/test/crypto_tests.cpp
+++ b/src/test/crypto_tests.cpp
@@ -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)