Remove unused macro definition
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
8fcde5bb8e
commit
251cb632f1
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue