mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-12-24 17:41:01 +03: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>