mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-07-05 21:49:55 +08:00
Remove unused macro definition
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
8fcde5bb8e
commit
251cb632f1
@ -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…
x
Reference in New Issue
Block a user