mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 08:42:50 +00: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:
parent
f250ada3ab
commit
4b75a764c7
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user