diff --git a/include/drivers/auth/mbedtls/default_mbedtls_config.h b/include/drivers/auth/mbedtls/default_mbedtls_config.h index fa5c6f6b5..23daf244b 100644 --- a/include/drivers/auth/mbedtls/default_mbedtls_config.h +++ b/include/drivers/auth/mbedtls/default_mbedtls_config.h @@ -152,3 +152,9 @@ * the warnings to more functions. */ #define MBEDTLS_CHECK_RETURN_WARNING + +/* + * Use an implementation of SHA-256 with a smaller memory footprint but reduced + * speed. + */ +#define MBEDTLS_SHA256_SMALLER