Skip to content

Commit cabf597

Browse files
KariHaapalehtoSeppo Takalo
authored andcommitted
Hide protected start_handshake
1 parent 981bfa1 commit cabf597

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

features/netsocket/TLSSocketWrapper.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ class TLSSocketWrapper : public Socket {
196196
mbedtls_ssl_context *get_ssl_context();
197197

198198
protected:
199+
#ifndef DOXYGEN_ONLY
199200
/** Initiates TLS Handshake.
200201
*
201202
* Initiates a TLS handshake to a remote peer.
@@ -216,6 +217,7 @@ class TLSSocketWrapper : public Socket {
216217
bool is_handshake_started() const;
217218

218219
void event();
220+
#endif
219221

220222

221223

@@ -283,4 +285,4 @@ class TLSSocketWrapper : public Socket {
283285

284286
#endif /* MBEDTLS_SSL_CLI_C */
285287
#endif // _MBED_HTTPS_TLS_SOCKET_WRAPPER_H_
286-
/** @} */
288+
/** @} */

0 commit comments

Comments
 (0)