mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-28 23:21:07 +01:00
When building without PSA crypto functions, disable MBEDTLS_PSA_CRYPTO_CLIENT as well as MBEDTLS_PSA_CRYPTO_C. With just MBEDTLS_PSA_CRYPTO_CLIENT, PSA crypto API functions are supposed to exist at link time but be provided by a third party. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>