mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-25 04:43:32 +00:00
Use new ECP_LIGHT symbol in ecp_curves.c
Signed-off-by: Xiaokang Qian <xiaokang.qian@arm.com>
This commit is contained in:
parent
be4d6b62ab
commit
a8d30ac7e5
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
#if !defined(MBEDTLS_ECP_WITH_MPI_UINT)
|
#if !defined(MBEDTLS_ECP_WITH_MPI_UINT)
|
||||||
|
|
||||||
#if defined(MBEDTLS_ECP_C)
|
#if defined(MBEDTLS_ECP_LIGHT)
|
||||||
|
|
||||||
#include "mbedtls/ecp.h"
|
#include "mbedtls/ecp.h"
|
||||||
#include "mbedtls/platform_util.h"
|
#include "mbedtls/platform_util.h"
|
||||||
@ -5466,5 +5466,5 @@ static int ecp_mod_p256k1(mbedtls_mpi *N)
|
|||||||
|
|
||||||
#endif /* !MBEDTLS_ECP_ALT */
|
#endif /* !MBEDTLS_ECP_ALT */
|
||||||
|
|
||||||
#endif /* MBEDTLS_ECP_C */
|
#endif /* MBEDTLS_ECP_LIGHT */
|
||||||
#endif /* MBEDTLS_ECP_WITH_MPI_UINT */
|
#endif /* MBEDTLS_ECP_WITH_MPI_UINT */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user