mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
Remove unnecessary name check tag
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
fce351def8
commit
9c0b7d13bf
2 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@ extern "C" {
|
|||
#if !defined(MBEDTLS_AES_USE_HARDWARE_ONLY)
|
||||
int mbedtls_aesce_has_support(void);
|
||||
#else
|
||||
#define /* no-check-names */ mbedtls_aesce_has_support() 1
|
||||
#define mbedtls_aesce_has_support() 1
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ extern "C" {
|
|||
#if !defined(MBEDTLS_AES_USE_HARDWARE_ONLY)
|
||||
int mbedtls_aesni_has_support(unsigned int what);
|
||||
#else
|
||||
#define /* no-check-names */ mbedtls_aesni_has_support(what) 1
|
||||
#define mbedtls_aesni_has_support(what) 1
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue