mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Remove unused parameter
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
@ -55,8 +55,7 @@ void mbedtls_mpi_mod_raw_cond_swap( mbedtls_mpi_uint *X,
|
||||
const mbedtls_mpi_mod_modulus *m,
|
||||
unsigned char swap )
|
||||
{
|
||||
mbedtls_mpi_core_cond_swap( X, m->limbs,
|
||||
Y, m->limbs, swap );
|
||||
mbedtls_mpi_core_cond_swap( X, Y, m->limbs, swap );
|
||||
}
|
||||
|
||||
int mbedtls_mpi_mod_raw_read( mbedtls_mpi_uint *X,
|
||||
|
Reference in New Issue
Block a user