Make HAVE_IPV6 non-optional
This commit is contained in:
parent
43b997fee9
commit
b31424c86a
9 changed files with 2 additions and 168 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue