Turn these two off for modets size improvements

This commit is contained in:
twinaphex 2019-07-14 19:06:57 +02:00
parent 175af12a53
commit df55abc65b

View File

@ -1077,7 +1077,9 @@
* *
* Enable the checkup functions (*_self_test). * Enable the checkup functions (*_self_test).
*/ */
//#define MBEDTLS_SELF_TEST #if 0
#define MBEDTLS_SELF_TEST
#endif
/** /**
* \def MBEDTLS_SHA256_SMALLER * \def MBEDTLS_SHA256_SMALLER
@ -1469,7 +1471,9 @@
* *
* Comment this to disable run-time checking and save ROM space * Comment this to disable run-time checking and save ROM space
*/ */
#if 0
#define MBEDTLS_VERSION_FEATURES #define MBEDTLS_VERSION_FEATURES
#endif
/** /**
* \def MBEDTLS_X509_ALLOW_EXTENSIONS_NON_V3 * \def MBEDTLS_X509_ALLOW_EXTENSIONS_NON_V3