mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-23 16:51:08 +00:00
a26b3e56cb
In old-style configuration, do not include mbedtls/config_psa.h from mbedtls/config.h. The inclusion should not and did not break any code, but it caused our testing to miss a break of backward compatibility (fixed in "Include config_psa.h from psa/crypto.h"). If users have their own config.h which enabled MBEDTLS_PSA_CRYPTO_C and worked prior to the creation of config_psa.h and MBEDTLS_PSA_CRYPTO_CONFIG, their config.h must keep working. By including config_psa.h from config.h in the legacy case, we weren't testing the legacy configuration mechanism adequately. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com> |
||
---|---|---|
.. | ||
mbedtls | ||
psa | ||
.gitignore | ||
CMakeLists.txt |