Rename plain c disable option

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu 2023-04-18 11:19:54 +08:00
parent 2f26a59910
commit 315fd30201
9 changed files with 12 additions and 12 deletions

View file

@ -4009,6 +4009,6 @@
/*
* Platform independent implementation for crypto algorithms.
*/
//#define MBEDTLS_AES_HAS_NO_BUILTIN /* Uncomment to disable built-in platform independent code of AES */
//#define MBEDTLS_AES_HAS_NO_PLAIN_C /* Uncomment to disable built-in platform independent code of AES */
/** \} name SECTION: Module configuration options */