check_config: remove unnecessary check about builtin curve usage

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti 2023-09-01 14:31:02 +02:00 committed by Manuel Pégourié-Gonnard
parent bbf86afdeb
commit ea167c39d0

View File

@ -125,12 +125,6 @@
#endif /* MBEDTLS_PSA_CRYPTO_CONFIG || MBEDTLS_PSA_CRYPTO_C */ #endif /* MBEDTLS_PSA_CRYPTO_CONFIG || MBEDTLS_PSA_CRYPTO_C */
#if defined(MBEDTLS_SOME_BUILTIN_EC) && \
!(defined(MBEDTLS_ECDSA_C) || defined(MBEDTLS_ECDSA_DETERMINISTIC) || \
defined(MBEDTLS_ECDH_C) || defined(MBEDTLS_ECJPAKE_C))
#error "Some builtin curve is included, but there is no algorighm using it"
#endif
#if defined(MBEDTLS_CTR_DRBG_C) && !defined(MBEDTLS_AES_C) #if defined(MBEDTLS_CTR_DRBG_C) && !defined(MBEDTLS_AES_C)
#error "MBEDTLS_CTR_DRBG_C defined, but not all prerequisites" #error "MBEDTLS_CTR_DRBG_C defined, but not all prerequisites"
#endif #endif