mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-23 12:41:08 +01:00
Remark: Including ecp.h is actually redundant because it's also included from ecdh.h. However, it's good practice to explicitly include header files that are being used directly, and ssl.h does use MBEDTLS_ECP_MAX_BYTES which is defined in ecp.h.