mirror of
https://github.com/espressif/mbedtls.git
synced 2025-06-11 21:30:29 +08: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>