move is_connecting outside of an ifdef
1 files changed, 1 insertions(+), 1 deletions(-) M louloulibs/network/tcp_socket_handler.hpp
M louloulibs/network/tcp_socket_handler.hpp => louloulibs/network/tcp_socket_handler.hpp +1 -1
@@ 103,9 103,9 @@ private: */ void raw_send(std::string&& data); #ifdef BOTAN_FOUND protected: virtual bool is_connecting() const = 0; #ifdef BOTAN_FOUND /** * Create the TLS::Client object, with all the callbacks etc. This must be * called only when we know we are able to send TLS-encrypted data over