Hide protected start_handshake

pull/9328/head
Kari Haapalehto 2019-01-10 16:07:45 +02:00 committed by Seppo Takalo
parent 981bfa139e
commit cabf597ab0
1 changed files with 3 additions and 1 deletions

View File

@ -196,6 +196,7 @@ public:
mbedtls_ssl_context *get_ssl_context(); mbedtls_ssl_context *get_ssl_context();
protected: protected:
#ifndef DOXYGEN_ONLY
/** Initiates TLS Handshake. /** Initiates TLS Handshake.
* *
* Initiates a TLS handshake to a remote peer. * Initiates a TLS handshake to a remote peer.
@ -216,6 +217,7 @@ protected:
bool is_handshake_started() const; bool is_handshake_started() const;
void event(); void event();
#endif