We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 994ae2e commit 01549c6Copy full SHA for 01549c6
features/mbedtls/inc/mbedtls/config-no-entropy.h
@@ -79,6 +79,7 @@
79
#define MBEDTLS_X509_USE_C
80
#define MBEDTLS_X509_CRT_PARSE_C
81
#define MBEDTLS_X509_CRL_PARSE_C
82
+#define MBEDTLS_AES_ROM_TABLES
83
84
#include "check_config.h"
85
features/mbedtls/inc/mbedtls/config.h
@@ -400,7 +400,7 @@
400
*
401
* Uncomment this macro to store the AES tables in ROM.
402
*/
403
-//#define MBEDTLS_AES_ROM_TABLES
404
405
/**
406
* \def MBEDTLS_CAMELLIA_SMALL_MEMORY
0 commit comments