From 2ad63c07ff9f8a2b35f5660a5581531514777413 Mon Sep 17 00:00:00 2001 From: "Colin J. Brigato" Date: Wed, 17 Jul 2019 03:16:13 +0200 Subject: [PATCH] FIX: Get a usable AES implementation again see #258 for more information. --- common/mbedtls/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/mbedtls/config.h b/common/mbedtls/config.h index dfda7ca40..9f4b19c5e 100644 --- a/common/mbedtls/config.h +++ b/common/mbedtls/config.h @@ -489,7 +489,7 @@ * This option is independent of \c MBEDTLS_AES_FEWER_TABLES. * */ -//#define MBEDTLS_AES_ROM_TABLES +#define MBEDTLS_AES_ROM_TABLES /** * \def MBEDTLS_AES_FEWER_TABLES @@ -511,7 +511,7 @@ * This option is independent of \c MBEDTLS_AES_ROM_TABLES. * */ -//#define MBEDTLS_AES_FEWER_TABLES +#define MBEDTLS_AES_FEWER_TABLES /** * \def MBEDTLS_CAMELLIA_SMALL_MEMORY