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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue