From 0389b54063c16dcd15b297ef397474f800983505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 24 Jun 2014 22:22:50 +0200 Subject: [PATCH] Some configs without HAVE_TIME or HAVE_IPV6 --- configs/config-ccm-psk-tls1_2.h | 5 +++-- configs/config-psk-rc4-tls1_0.h | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/configs/config-ccm-psk-tls1_2.h b/configs/config-ccm-psk-tls1_2.h index 0c6d128c9..f425391d0 100644 --- a/configs/config-ccm-psk-tls1_2.h +++ b/configs/config-ccm-psk-tls1_2.h @@ -12,8 +12,9 @@ #define POLARSSL_CONFIG_H /* System support */ -#define POLARSSL_HAVE_IPV6 -#define POLARSSL_HAVE_TIME +//#define POLARSSL_HAVE_IPV6 /* Optional */ +//#define POLARSSL_HAVE_TIME /* Optionnaly used in Hello messages */ +/* Other POLARSSL_HAVE_XXX flags irrelevant for this configuration */ /* PolarSSL feature support */ #define POLARSSL_KEY_EXCHANGE_PSK_ENABLED diff --git a/configs/config-psk-rc4-tls1_0.h b/configs/config-psk-rc4-tls1_0.h index ef995e810..e4fc4520c 100644 --- a/configs/config-psk-rc4-tls1_0.h +++ b/configs/config-psk-rc4-tls1_0.h @@ -12,8 +12,9 @@ #define POLARSSL_CONFIG_H /* System support */ -#define POLARSSL_HAVE_TIME -#define POLARSSL_HAVE_IPV6 +//#define POLARSSL_HAVE_IPV6 /* Optional */ +//#define POLARSSL_HAVE_TIME /* Optionnaly used in Hello messages */ +/* Other POLARSSL_HAVE_XXX flags irrelevant for this configuration */ /* PolarSSL feature support */ #define POLARSSL_KEY_EXCHANGE_PSK_ENABLED