1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-05-12 18:04:39 +08:00

build_info: fixed comment

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti 2023-04-07 11:44:58 +02:00
parent d49cbc1493
commit 151bdf9668

View File

@ -105,9 +105,9 @@
#define MBEDTLS_MD_LIGHT #define MBEDTLS_MD_LIGHT
#endif #endif
/* MBEDTLS_ECP_C is now a subset of MBEDTLS_ECP_LIGHT which contains the /* MBEDTLS_ECP_C now consists of MBEDTLS_ECP_LIGHT plus functions for curve
* arithmetic part. As a consequence if MBEDTLS_ECP_C is required for * arithmetic. As a consequence if MBEDTLS_ECP_C is required for some reason,
* some reason, then MBEDTLS_ECP_LIGHT should be enabled as well. */ * then MBEDTLS_ECP_LIGHT should be enabled as well. */
#if defined(MBEDTLS_ECP_C) #if defined(MBEDTLS_ECP_C)
#define MBEDTLS_ECP_LIGHT #define MBEDTLS_ECP_LIGHT
#endif #endif