Mbed-TLS / mbedtls-framework

TF-PSA-Crypto and Mbed TLS version-independent build and test framework
Other
2 stars 16 forks source link

PSA_WANT_xxx is only meaningful when PSA crypto is enabled #58

Closed gilles-peskine-arm closed 1 month ago

gilles-peskine-arm commented 1 month ago

Fix a missing dependency in configuration symbol test enumeration: PSA_WANT_xxx is only meaningful when PSA crypto is enabled. This isn't needed in TF-PSA-Crypto where all crypto goes through PSA anyway, but it is relevant in 3.6 and harmless (as long as we keep MBEDTLS_PSA_CRYPTO_CLIENT at least as an internal symbol) in TF-PSA-Crypto.