mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Deprecate using NET_C without HAVE_IPV6
This commit is contained in:
parent
8c3f0f4c16
commit
a98af5e2b2
5 changed files with 18 additions and 2 deletions
|
|
@ -107,6 +107,9 @@
|
|||
*
|
||||
* Note: on Windows/MingW, XP or higher is required.
|
||||
*
|
||||
* \warning As of 1.3.11, *not* using this flag when POLARSSL_NET_C is
|
||||
* defined, is deprecated. The alternative legacy code will be removed in 2.0.
|
||||
*
|
||||
* Comment if your system does not support the IPv6 socket interface
|
||||
*/
|
||||
#define POLARSSL_HAVE_IPV6
|
||||
|
|
@ -1757,6 +1760,9 @@
|
|||
*
|
||||
* Enable the TCP/IP networking routines.
|
||||
*
|
||||
* \warning As of 1.3.11, it is deprecated to enable this module without
|
||||
* POLARSSL_HAVE_IPV6. The alternative legacy code will be removed in 2.0.
|
||||
*
|
||||
* Module: library/net.c
|
||||
*
|
||||
* This module provides TCP/IP networking routines.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue