Merge pull request #225 from RonEld/iotssl_2739
Remove a redundant function call
This commit is contained in:
commit
85c78b48a9
1 changed files with 0 additions and 2 deletions
|
@ -2410,8 +2410,6 @@ static int mpi_miller_rabin( const mbedtls_mpi *X, size_t rounds,
|
|||
MBEDTLS_MPI_CHK( mbedtls_mpi_copy( &R, &W ) );
|
||||
MBEDTLS_MPI_CHK( mbedtls_mpi_shift_r( &R, s ) );
|
||||
|
||||
i = mbedtls_mpi_bitlen( X );
|
||||
|
||||
for( i = 0; i < rounds; i++ )
|
||||
{
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue