mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Remove unused macro definition
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
@ -902,7 +902,6 @@ void mpi_mod_raw_cond_assign( data_t * input_X,
|
|||||||
int input_len,
|
int input_len,
|
||||||
int is_fail )
|
int is_fail )
|
||||||
{
|
{
|
||||||
#define MAX_LEN 64
|
|
||||||
mbedtls_mpi_uint *X = NULL;
|
mbedtls_mpi_uint *X = NULL;
|
||||||
mbedtls_mpi_uint *Y = NULL;
|
mbedtls_mpi_uint *Y = NULL;
|
||||||
mbedtls_mpi_uint *buff_m = NULL;
|
mbedtls_mpi_uint *buff_m = NULL;
|
||||||
|
Reference in New Issue
Block a user