Remove unused OpenSSL includes to make it more clear where OpenSSL is used

This commit is contained in:
practicalswift
2019-04-29 12:53:24 +02:00
parent 3a0d6da098
commit a34081b7c3
3 changed files with 0 additions and 5 deletions

View File

@@ -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>