aboutsummaryrefslogtreecommitdiff
path: root/configs/config-ccm-psk-tls1_2.h
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2014-06-24 22:22:50 +0200
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2014-06-24 22:22:50 +0200
commit0389b54063c16dcd15b297ef397474f800983505 (patch)
treedd4fd5ffbb60c84fd5e6c51486d5f994455e3acd /configs/config-ccm-psk-tls1_2.h
parent417670a030a3bb2d762bf3f77200c357801ceb04 (diff)
downloadmbedtls-0389b54063c16dcd15b297ef397474f800983505.zip
mbedtls-0389b54063c16dcd15b297ef397474f800983505.tar.gz
mbedtls-0389b54063c16dcd15b297ef397474f800983505.tar.bz2
Some configs without HAVE_TIME or HAVE_IPV6
Diffstat (limited to 'configs/config-ccm-psk-tls1_2.h')
-rw-r--r--configs/config-ccm-psk-tls1_2.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/configs/config-ccm-psk-tls1_2.h b/configs/config-ccm-psk-tls1_2.h
index 0c6d128..f425391 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