mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Make HAVE_IPV6 non-optional
This commit is contained in:
@ -57,9 +57,6 @@ static const char *features[] = {
|
||||
#if defined(MBEDTLS_HAVE_TIME)
|
||||
"MBEDTLS_HAVE_TIME",
|
||||
#endif /* MBEDTLS_HAVE_TIME */
|
||||
#if defined(MBEDTLS_HAVE_IPV6)
|
||||
"MBEDTLS_HAVE_IPV6",
|
||||
#endif /* MBEDTLS_HAVE_IPV6 */
|
||||
#if defined(MBEDTLS_PLATFORM_MEMORY)
|
||||
"MBEDTLS_PLATFORM_MEMORY",
|
||||
#endif /* MBEDTLS_PLATFORM_MEMORY */
|
||||
|
Reference in New Issue
Block a user