diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2019-04-29 12:53:24 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2019-04-29 12:53:24 +0200 |
commit | a34081b7c398847c37a587029c7ad7f3a3396c8e (patch) | |
tree | 0613ec3c5a589dd295f4d2ab9879c35cf0fc7e5f /src/init.cpp | |
parent | 3a0d6da098c77703f30bb6bbd58c1d42390c469f (diff) |
Remove unused OpenSSL includes to make it more clear where OpenSSL is used
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index 29c9694213..7b7456db1d 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -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> |