From c59b054ef2a6d904ed61539242432b88def0a727 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 8 Aug 2018 05:01:22 +0200 Subject: [PATCH] Comment this out --- deps/mbedtls/mbedtls/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deps/mbedtls/mbedtls/config.h b/deps/mbedtls/mbedtls/config.h index 0090352e5e..67622c384a 100644 --- a/deps/mbedtls/mbedtls/config.h +++ b/deps/mbedtls/mbedtls/config.h @@ -1125,7 +1125,9 @@ * a timing side-channel. * */ +#if 0 #define MBEDTLS_SSL_DEBUG_ALL +#endif /** \def MBEDTLS_SSL_ENCRYPT_THEN_MAC *