Skip to content

Commit

Permalink
Remove unnecessary check
Browse files Browse the repository at this point in the history
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
  • Loading branch information
yuhaoth committed Mar 21, 2023
1 parent 2bd0569 commit 9ea1033
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions include/mbedtls/check_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,6 @@
#error "MBEDTLS_AESNI_C defined, but not all prerequisites"
#endif

#if defined(__aarch64__) && defined(__GNUC__)
/* We don't do anything with MBEDTLS_AESCE_C on systems without ^ these two */
#if defined(MBEDTLS_AESCE_C) && !defined(MBEDTLS_HAVE_ASM)
#error "MBEDTLS_AESCE_C defined, but not all prerequisites"
#endif
#endif

#if defined(MBEDTLS_CTR_DRBG_C) && !defined(MBEDTLS_AES_C)
#error "MBEDTLS_CTR_DRBG_C defined, but not all prerequisites"
#endif
Expand Down

0 comments on commit 9ea1033

Please sign in to comment.