1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

test: use full config as test starting point and solve issues

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti
2023-03-24 14:10:24 +01:00
parent 659aa686c8
commit 1a6d96f59e
3 changed files with 14 additions and 7 deletions

View File

@@ -370,7 +370,8 @@
#if defined(MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED) && \
( !defined(MBEDTLS_PK_HAVE_JPAKE) || \
!defined(MBEDTLS_ECP_DP_SECP256R1_ENABLED) )
!(defined(MBEDTLS_ECP_DP_SECP256R1_ENABLED) || \
defined(PSA_WANT_ECC_SECP_R1_256) ) )
#error "MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED defined, but not all prerequisites"
#endif