File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
#include " UDPSocket.h"
24
24
25
25
// This class requires Mbed TLS SSL/TLS client code
26
- #if defined(MBEDTLS_SSL_CLI_C)
26
+ #if defined(MBEDTLS_SSL_CLI_C) || defined(DOXYGEN_ONLY)
27
27
28
28
class DTLSSocket : public DTLSSocketWrapper {
29
29
public:
Original file line number Diff line number Diff line change 4
4
#include " TLSSocketWrapper.h"
5
5
6
6
// This class requires Mbed TLS SSL/TLS client code
7
- #if defined(MBEDTLS_SSL_CLI_C)
7
+ #if defined(MBEDTLS_SSL_CLI_C) || defined(DOXYGEN_ONLY)
8
8
9
9
class DTLSSocketWrapper : public TLSSocketWrapper {
10
10
public:
Original file line number Diff line number Diff line change 28
28
#include " mbedtls/error.h"
29
29
30
30
// This class requires Mbed TLS SSL/TLS client code
31
- #if defined(MBEDTLS_SSL_CLI_C)
31
+ #if defined(MBEDTLS_SSL_CLI_C) || defined(DOXYGEN_ONLY)
32
32
33
33
/* *
34
34
* \brief TLSSocket a wrapper around TCPSocket for interacting with TLS servers
Original file line number Diff line number Diff line change 28
28
#include " mbedtls/error.h"
29
29
30
30
// This class requires Mbed TLS SSL/TLS client code
31
- #if defined(MBEDTLS_SSL_CLI_C)
31
+ #if defined(MBEDTLS_SSL_CLI_C) || defined(DOXYGEN_ONLY)
32
32
33
33
/* *
34
34
* \brief TLSSocket a wrapper around Socket for interacting with TLS servers
@@ -135,7 +135,7 @@ class TLSSocketWrapper : public Socket {
135
135
virtual nsapi_error_t listen (int backlog = 1 );
136
136
virtual nsapi_error_t getpeername (SocketAddress *address);
137
137
138
- #if defined(MBEDTLS_X509_CRT_PARSE_C) || defined(DOXYGEN )
138
+ #if defined(MBEDTLS_X509_CRT_PARSE_C) || defined(DOXYGEN_ONLY )
139
139
/* * Get own certificate directly from Mbed TLS
140
140
* @return internal Mbed TLS X509 structure
141
141
*/
You can’t perform that action at this time.
0 commit comments