From 5ae562b41d9e3ec965643b902bf8593c8ca5a2d7 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 29 Jul 1998 19:35:05 +0000 Subject: edit-key is now complete --- mpi/mpi-inv.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mpi/mpi-inv.c') diff --git a/mpi/mpi-inv.c b/mpi/mpi-inv.c index 25efbd979..150d87ca1 100644 --- a/mpi/mpi-inv.c +++ b/mpi/mpi-inv.c @@ -120,6 +120,7 @@ mpi_invm( MPI x, MPI a, MPI n ) mpi_rshift(t2, t2, 1); mpi_rshift(t3, t3, 1); Y4: + ; } while( !mpi_test_bit( t3, 0 ) ); /* while t3 is even */ if( !t3->sign ) { @@ -216,6 +217,7 @@ mpi_invm( MPI x, MPI a, MPI n ) mpi_rshift(t3, t3, 1); } Y4: + ; } while( !mpi_test_bit( t3, 0 ) ); /* while t3 is even */ if( !t3->sign ) { -- cgit v1.2.3