~singpolyma/biboumi

5cb534c960faed2ed4303cd32f45fa69e4db417e — louiz’ 6 years ago 42e85d9
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