1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

check_config: include also ECJPAKE_C as usage for builtin curves

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti
2023-08-16 17:10:53 +02:00
committed by Manuel Pégourié-Gonnard
parent f250ada3ab
commit 4b75a764c7

View File

@ -127,7 +127,7 @@
#if defined(MBEDTLS_SOME_BUILTIN_EC) && \
!(defined(MBEDTLS_ECDSA_C) || defined(MBEDTLS_ECDSA_DETERMINISTIC) || \
defined(MBEDTLS_ECDH_C))
defined(MBEDTLS_ECDH_C) || defined(MBEDTLS_ECJPAKE_C))
#error "Some builtin curve is included, but there is no algorighm using it"
#endif