mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-03 00:30:17 +02:00
MBEDTLS_ECP_MAX_BITS doesn't make sense as a configuration option: it must not be smaller than the largest supported curve, and it's useless to set it to a larger value. So unconditionally set it to the size of the largest supported curve. Remove it from the build configuration. Alternative implementations must no longer need define this macro. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>