summaryrefslogtreecommitdiff
path: root/mpi/mpi-inv.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-07-29 19:35:00 +0000
committerWerner Koch <wk@gnupg.org>1998-07-29 19:35:00 +0000
commit7878b94cdb0bc642fdd4e71dd503f099b8a84455 (patch)
treec57281d88de844578019c80e900e96a8426e3aca /mpi/mpi-inv.c
parent734bd15effd15c3c387685206f7eb18993f54823 (diff)
downloadlibgcrypt-7878b94cdb0bc642fdd4e71dd503f099b8a84455.tar.gz
edit-key is now complete
Diffstat (limited to 'mpi/mpi-inv.c')
-rw-r--r--mpi/mpi-inv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mpi/mpi-inv.c b/mpi/mpi-inv.c
index 25efbd97..150d87ca 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 ) {