1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Rename HAS_NO_PLAIN_C to DONT_USE_SOFTWARE_CRYPTO

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu
2023-04-18 15:57:16 +08:00
parent 1b3ab36b55
commit 3fcf2b5053
9 changed files with 15 additions and 15 deletions

View File

@@ -99,7 +99,7 @@
#include <sys/auxv.h>
#endif
#if !defined(MBEDTLS_AES_HAS_NO_PLAIN_C)
#if !defined(MBEDTLS_AES_DONT_USE_SOFTWARE_CRYPTO)
/*
* AES instruction support detection routine
*/