From df55abc65bdb798aed519faf6df03c3d2fa688ca Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 14 Jul 2019 19:06:57 +0200 Subject: [PATCH] Turn these two off for modets size improvements --- deps/mbedtls/mbedtls/config.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/deps/mbedtls/mbedtls/config.h b/deps/mbedtls/mbedtls/config.h index 943a40b773..ce2d4aab02 100644 --- a/deps/mbedtls/mbedtls/config.h +++ b/deps/mbedtls/mbedtls/config.h @@ -1077,7 +1077,9 @@ * * Enable the checkup functions (*_self_test). */ -//#define MBEDTLS_SELF_TEST +#if 0 +#define MBEDTLS_SELF_TEST +#endif /** * \def MBEDTLS_SHA256_SMALLER @@ -1469,7 +1471,9 @@ * * Comment this to disable run-time checking and save ROM space */ +#if 0 #define MBEDTLS_VERSION_FEATURES +#endif /** * \def MBEDTLS_X509_ALLOW_EXTENSIONS_NON_V3