mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-05 19:35:48 +03:00
Remove references to MBEDTLS_AESCE_C and MBEDTLS_HAVE_ARM64
that aren't needed in this backport Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
This commit is contained in:
@@ -1848,11 +1848,6 @@ int mbedtls_aes_self_test(int verbose)
|
|||||||
if (mbedtls_aesni_has_support(MBEDTLS_AESNI_AES)) {
|
if (mbedtls_aesni_has_support(MBEDTLS_AESNI_AES)) {
|
||||||
mbedtls_printf(" AES note: using AESNI.\n");
|
mbedtls_printf(" AES note: using AESNI.\n");
|
||||||
} else
|
} else
|
||||||
#endif
|
|
||||||
#if defined(MBEDTLS_AESCE_C) && defined(MBEDTLS_HAVE_ARM64)
|
|
||||||
if (mbedtls_aesce_has_support()) {
|
|
||||||
mbedtls_printf(" AES note: using AESCE.\n");
|
|
||||||
} else
|
|
||||||
#endif
|
#endif
|
||||||
mbedtls_printf(" AES note: built-in implementation.\n");
|
mbedtls_printf(" AES note: built-in implementation.\n");
|
||||||
#endif /* MBEDTLS_AES_ALT */
|
#endif /* MBEDTLS_AES_ALT */
|
||||||
|
Reference in New Issue
Block a user