Build and test PK without MD

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
Manuel Pégourié-Gonnard 2022-07-05 12:11:05 +02:00
parent 6a0a160f99
commit b86279fc63
2 changed files with 1 additions and 4 deletions

View file

@ -359,7 +359,7 @@
#endif
#if defined(MBEDTLS_PK_C) && \
( !defined(MBEDTLS_MD_C) || ( !defined(MBEDTLS_RSA_C) && !defined(MBEDTLS_ECP_C) ) )
!defined(MBEDTLS_RSA_C) && !defined(MBEDTLS_ECP_C)
#error "MBEDTLS_PK_C defined, but not all prerequisites"
#endif