mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Rename plain c disable option
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
@ -39,7 +39,7 @@
|
||||
#include <immintrin.h>
|
||||
#endif
|
||||
|
||||
#if !defined(MBEDTLS_AES_HAS_NO_BUILTIN)
|
||||
#if !defined(MBEDTLS_AES_HAS_NO_PLAIN_C)
|
||||
/*
|
||||
* AES-NI support detection routine
|
||||
*/
|
||||
@ -69,7 +69,7 @@ int mbedtls_aesni_has_support(unsigned int what)
|
||||
|
||||
return (c & what) != 0;
|
||||
}
|
||||
#endif /* !MBEDTLS_AES_HAS_NO_BUILTIN */
|
||||
#endif /* !MBEDTLS_AES_HAS_NO_PLAIN_C */
|
||||
|
||||
#if MBEDTLS_AESNI_HAVE_CODE == 2
|
||||
|
||||
|
Reference in New Issue
Block a user