From 03b6a46353708859482469a80da30a6e428134a7 Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Thu, 17 Apr 2014 16:22:31 +0200 Subject: [PATCH] Properly comment two defines in config.h --- include/polarssl/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/polarssl/config.h b/include/polarssl/config.h index 6d7bd86c0..ea32c68b2 100644 --- a/include/polarssl/config.h +++ b/include/polarssl/config.h @@ -263,8 +263,8 @@ * TLS_PSK_WITH_NULL_SHA * * Uncomment this macro to enable the NULL cipher and ciphersuites -#define POLARSSL_CIPHER_NULL_CIPHER */ +//#define POLARSSL_CIPHER_NULL_CIPHER /** * \def POLARSSL_CIPHER_PADDING_XXX @@ -293,8 +293,8 @@ * TLS_DHE_RSA_WITH_DES_CBC_SHA * * Uncomment this macro to enable weak ciphersuites -#define POLARSSL_ENABLE_WEAK_CIPHERSUITES */ +//#define POLARSSL_ENABLE_WEAK_CIPHERSUITES /** * \def POLARSSL_ECP_XXXX_ENABLED