Skip to content

Commit 01549c6

Browse files
Mohammad Azim Khan0xc0170
authored andcommitted
Enable MBEDTLS_AES_ROM_TABLES in mbedtls config
1 parent 994ae2e commit 01549c6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

features/mbedtls/inc/mbedtls/config-no-entropy.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
#define MBEDTLS_X509_USE_C
8080
#define MBEDTLS_X509_CRT_PARSE_C
8181
#define MBEDTLS_X509_CRL_PARSE_C
82+
#define MBEDTLS_AES_ROM_TABLES
8283

8384
#include "check_config.h"
8485

features/mbedtls/inc/mbedtls/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@
400400
*
401401
* Uncomment this macro to store the AES tables in ROM.
402402
*/
403-
//#define MBEDTLS_AES_ROM_TABLES
403+
#define MBEDTLS_AES_ROM_TABLES
404404

405405
/**
406406
* \def MBEDTLS_CAMELLIA_SMALL_MEMORY

0 commit comments

Comments
 (0)