Cosmetic fix
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
d1aa75d7b2
commit
4c950d5ff1
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ void mpi_mod_raw_modulus_to_canonical_rep( const char *input_N, int rep,
|
|||
mbedtls_mpi_mod_modulus N;
|
||||
mbedtls_mpi_mod_modulus_init( &N );
|
||||
mbedtls_mpi_uint *A = NULL;
|
||||
size_t A_limbs = 0;;
|
||||
size_t A_limbs = 0;
|
||||
mbedtls_mpi_uint *X = NULL;
|
||||
size_t X_limbs = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue