mirror of
https://github.com/espressif/mbedtls.git
synced 2025-06-24 17:20:21 +08:00

Fix the PSA_XXX typos detected by check_names.py. PSA_WANT is actually not typo, but would cause a false negative result. So PSA_WANT is reworded to PSA_WANT_xxx. Signed-off-by: Pengyu Lv <pengyu.lv@arm.com>