mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Rename plain c disable option
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
@ -88,7 +88,7 @@ extern "C" {
|
||||
*
|
||||
* \return 1 if CPU has support for the feature, 0 otherwise
|
||||
*/
|
||||
#if !defined(MBEDTLS_AES_HAS_NO_BUILTIN)
|
||||
#if !defined(MBEDTLS_AES_HAS_NO_PLAIN_C)
|
||||
int mbedtls_aesni_has_support(unsigned int what);
|
||||
#else
|
||||
#define /* no-check-names */ mbedtls_aesni_has_support(what) 1
|
||||
|
Reference in New Issue
Block a user