commit | 3660623e59ee8ac9f0d4ec4bdd0f891424f074a5 | [log] [tgz] |
---|---|---|
author | Jerry Yu <jerry.h.yu@arm.com> | Wed Apr 19 10:44:29 2023 +0800 |
committer | Jerry Yu <jerry.h.yu@arm.com> | Wed Aug 02 17:44:01 2023 +0800 |
tree | 981553312fe35e85f306cb3bef4b69c9c4ec4a92 | |
parent | 8840a8c5740671f6ce3b8b6996cec23be9e95217 [diff] [blame] |
Rename plain c option and update comments Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
diff --git a/library/aesce.c b/library/aesce.c index 4b7e048..8aa0789 100644 --- a/library/aesce.c +++ b/library/aesce.c
@@ -99,7 +99,7 @@ #include <sys/auxv.h> #endif -#if !defined(MBEDTLS_AES_DONT_USE_SOFTWARE_CRYPTO) +#if !defined(MBEDTLS_AES_USE_HARDWARE_ONLY) /* * AES instruction support detection routine */