mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-27 06:31:13 +01:00
TLS code already implements proper dispatching to either builtin or PSA implementations based on USE_PSA guards, so we can improve the check_config guards to reflect this. Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>