mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-23 04:31:09 +01: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>