mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Make HAVE_IPV6 non-optional
This commit is contained in:
@ -246,9 +246,6 @@
|
||||
#if defined MBEDTLS_HAVE_INT8
|
||||
#define POLARSSL_HAVE_INT8 MBEDTLS_HAVE_INT8
|
||||
#endif
|
||||
#if defined MBEDTLS_HAVE_IPV6
|
||||
#define POLARSSL_HAVE_IPV6 MBEDTLS_HAVE_IPV6
|
||||
#endif
|
||||
#if defined MBEDTLS_HAVE_LONGLONG
|
||||
#define POLARSSL_HAVE_LONGLONG MBEDTLS_HAVE_LONGLONG
|
||||
#endif
|
||||
|
@ -99,18 +99,6 @@
|
||||
*/
|
||||
#define MBEDTLS_HAVE_TIME
|
||||
|
||||
/**
|
||||
* \def MBEDTLS_HAVE_IPV6
|
||||
*
|
||||
* System supports the basic socket interface for IPv6 (RFC 3493),
|
||||
* specifically getaddrinfo(), freeaddrinfo() and struct sockaddr_storage.
|
||||
*
|
||||
* Note: on Windows/MingW, XP or higher is required.
|
||||
*
|
||||
* Comment if your system does not support the IPv6 socket interface
|
||||
*/
|
||||
#define MBEDTLS_HAVE_IPV6
|
||||
|
||||
/**
|
||||
* \def MBEDTLS_PLATFORM_MEMORY
|
||||
*
|
||||
|
Reference in New Issue
Block a user