mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-18 16:33:01 +00: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