mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-06-06 05:25:18 +00:00
a0e5850d61
When building Mbed TLS with test drivers, "psa_crypto_mldsa.h" is not on the include path. Rather than get it on, which seems complicated and is not desirable in the long term, arrange to do without this header. We just need to define the macro PSA_ALG_IS_ML_DSA, and its behavior is defined by the PSA Crypto API specification so pretty much set in stone. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>