mbedtls: Kconfig option to enable/disable debug functions
[openwrt/staging/dedeckeh.git] / package / libs / mbedtls / patches / 200-config.patch
index ca4f4c7a32df50bfe5a94c254daa9ca2467cbe94..825d407c6ff987e6dc52fa8f0da6a865516c420c 100644 (file)
  
  /**
   * \def MBEDTLS_CHACHA20_C
-@@ -2120,7 +2120,7 @@
-  *
-  * This module provides debugging functions.
-  */
--#define MBEDTLS_DEBUG_C
-+//#define MBEDTLS_DEBUG_C
- /**
-  * \def MBEDTLS_DES_C
 @@ -2149,7 +2149,7 @@
   * \warning   DES is considered a weak cipher and its use constitutes a
   *            security risk. We recommend considering stronger ciphers instead.