mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-12 14:54:28 +02:00
For the new features conditionalized on MBEDTLS_PSA_ACCEL_..., define a correlated MBEDTLS_PSA_BUILTIN_... if it is not defined. This prevents check_names from considering these new defines as typos. Signed-off-by: David Brown <david.brown@linaro.org>