mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-20 17:17:23 +00:00
Clone the ecp_curve.c file as ecp_curve_new.c
Use macro guard MBEDTLS_ECP_WITH_MPI_UINT/STRUCT to enable either c file Signed-off-by: Xiaokang Qian <[email protected]>
This commit is contained in:
@@ -18,6 +18,9 @@
|
||||
*/
|
||||
|
||||
#include "common.h"
|
||||
#include "ecp_invasive.h"
|
||||
|
||||
#if defined(MBEDTLS_ECP_WITH_MPI_STRUCT)
|
||||
|
||||
#if defined(MBEDTLS_ECP_LIGHT)
|
||||
|
||||
@@ -32,7 +35,6 @@
|
||||
|
||||
#include "bn_mul.h"
|
||||
#include "bignum_core.h"
|
||||
#include "ecp_invasive.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
@@ -6039,3 +6041,4 @@ int mbedtls_ecp_modulus_setup(mbedtls_mpi_mod_modulus *N,
|
||||
#endif /* MBEDTLS_TEST_HOOKS */
|
||||
#endif /* !MBEDTLS_ECP_ALT */
|
||||
#endif /* MBEDTLS_ECP_LIGHT */
|
||||
#endif /* MBEDTLS_ECP_WITH_MPI_STRUCT */
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user