Skip to content

Commit

Permalink
Merge pull request #225 from RonEld/iotssl_2739
Browse files Browse the repository at this point in the history
Remove a redundant function call
  • Loading branch information
Patater authored Aug 23, 2019
2 parents b14a48b + c95d9ee commit 85c78b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions library/bignum.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++ )
{
/*
Expand Down

0 comments on commit 85c78b4

Please sign in to comment.