diff options
-rw-r--r-- | louloulibs/network/tcp_socket_handler.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/louloulibs/network/tcp_socket_handler.hpp b/louloulibs/network/tcp_socket_handler.hpp index 85c30f5..d5b9c33 100644 --- a/louloulibs/network/tcp_socket_handler.hpp +++ b/louloulibs/network/tcp_socket_handler.hpp @@ -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 |