mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-06 22:44:38 +08:00
Clarify LWIP_ALTCP_TLS usage a bit
This commit is contained in:
parent
8fd90ea136
commit
33e3ee0790
@ -1356,7 +1356,11 @@
|
|||||||
#define LWIP_ALTCP 0
|
#define LWIP_ALTCP 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** LWIP_ALTCP_TLS==1: enable TLS support for altcp API */
|
/** LWIP_ALTCP_TLS==1: enable TLS support for altcp API.
|
||||||
|
* This needs a port of the functions in altcp_tls.h to a TLS library.
|
||||||
|
* A port to ARM mbedtls is provided with lwIP, see apps/altcp_tls/ directory
|
||||||
|
* and LWIP_ALTCP_TLS_MBEDTLS option.
|
||||||
|
*/
|
||||||
#ifndef LWIP_ALTCP_TLS
|
#ifndef LWIP_ALTCP_TLS
|
||||||
#define LWIP_ALTCP_TLS 0
|
#define LWIP_ALTCP_TLS 0
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user