aboutsummaryrefslogtreecommitdiff
path: root/src/test/crypto_tests.cpp
diff options
context:
space:
mode:
authorpracticalswift <[email protected]>2019-04-29 12:53:24 +0200
committerpracticalswift <[email protected]>2019-04-29 12:53:24 +0200
commita34081b7c398847c37a587029c7ad7f3a3396c8e (patch)
tree0613ec3c5a589dd295f4d2ab9879c35cf0fc7e5f /src/test/crypto_tests.cpp
parentMerge #15371: gui: Uppercase bech32 addresses in qr codes (diff)
downloaddiscoin-a34081b7c398847c37a587029c7ad7f3a3396c8e.tar.xz
discoin-a34081b7c398847c37a587029c7ad7f3a3396c8e.zip
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 8a219a828..0d05b6514 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)