File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
/* *
38
38
* \brief TLSSocket a wrapper around TCPSocket for interacting with TLS servers.
39
39
*
40
- * TLSSocket uses the TLSSocketWrapper with internal TCP socket. This is a
41
- * easy to use helper for creating commonly used TLS connection over TCP.
40
+ * TLSSocket uses the TLSSocketWrapper with internal TCP socket.
41
+ * This is a helper for creating commonly used TLS connection over TCP.
42
42
*
43
43
*/
44
44
class TLSSocket : public TLSSocketWrapper {
Original file line number Diff line number Diff line change 35
35
#if defined(MBEDTLS_SSL_CLI_C) || defined(DOXYGEN_ONLY)
36
36
37
37
/* *
38
- * TLSSocket a wrapper around Socket for interacting with TLS servers.
38
+ * TLSSocket is a wrapper around Socket for interacting with TLS servers.
39
39
*
40
40
* TLSSocketWrapper can use any Socket as a transport and after
41
41
* completing the TLS handshake, can be used as any Socket would be used.
You can’t perform that action at this time.
0 commit comments