Merge pull request #225 from RonEld/iotssl_2739

Remove a redundant function call
This commit is contained in:
Jaeden Amero 2019-08-23 17:43:58 +01:00 committed by GitHub
commit 85c78b48a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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++ )
{
/*