Update comments
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
4d030f3acd
commit
1b3ab36b55
1 changed files with 2 additions and 1 deletions
|
@ -4008,7 +4008,8 @@
|
|||
|
||||
/*
|
||||
* Platform independent implementation for crypto algorithms.
|
||||
* Disable plain c implementation for AES.
|
||||
*/
|
||||
//#define MBEDTLS_AES_HAS_NO_PLAIN_C /* Uncomment to disable built-in platform independent code of AES */
|
||||
//#define MBEDTLS_AES_HAS_NO_PLAIN_C /* Uncomment to disable plain c implementation of AES */
|
||||
|
||||
/** \} name SECTION: Module configuration options */
|
||||
|
|
Loading…
Reference in a new issue