mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-09-07 01:26:39 +03: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>