mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-24 05:01:11 +01:00
Relying on a PSA_VENDOR macro is not ideal, since the standard doesn't guarantee this macro exists, but OTOH relying on MBEDTLS_ECP_DP_xxx_ENABLED was even less ideal, so I believe this is still an improvement. Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>