Remove unused macro definition

Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
Gabor Mezei 2022-10-10 13:02:21 +02:00
parent 8fcde5bb8e
commit 251cb632f1
No known key found for this signature in database
GPG key ID: F072ACA227ACD71D

View file

@ -902,7 +902,6 @@ void mpi_mod_raw_cond_assign( data_t * input_X,
int input_len,
int is_fail )
{
#define MAX_LEN 64
mbedtls_mpi_uint *X = NULL;
mbedtls_mpi_uint *Y = NULL;
mbedtls_mpi_uint *buff_m = NULL;