Make HAVE_IPV6 non-optional

This commit is contained in:
Manuel Pégourié-Gonnard
2015-04-09 16:42:38 +02:00
parent 43b997fee9
commit b31424c86a
9 changed files with 2 additions and 168 deletions

View File

@@ -12,7 +12,6 @@
#define MBEDTLS_CONFIG_H
/* System support */
//#define MBEDTLS_HAVE_IPV6 /* Optional */
//#define MBEDTLS_HAVE_TIME /* Optionally used in Hello messages */
/* Other MBEDTLS_HAVE_XXX flags irrelevant for this configuration */

View File

@@ -11,7 +11,6 @@
/* System support */
#define MBEDTLS_HAVE_ASM
#define MBEDTLS_HAVE_TIME
#define MBEDTLS_HAVE_IPV6
/* mbed TLS feature support */
#define MBEDTLS_CIPHER_MODE_CBC

View File

@@ -16,7 +16,6 @@
#define MBEDTLS_HAVE_LONGLONG
#define MBEDTLS_HAVE_ASM
#define MBEDTLS_HAVE_TIME
#define MBEDTLS_HAVE_IPV6
/* mbed TLS feature support */
#define MBEDTLS_CIPHER_MODE_CBC

View File

@@ -18,7 +18,6 @@
/* System support */
#define MBEDTLS_HAVE_ASM
#define MBEDTLS_HAVE_TIME
#define MBEDTLS_HAVE_IPV6
/* mbed TLS feature support */
#define MBEDTLS_ECP_DP_SECP256R1_ENABLED