From b096ec7f81006182a30635592ea3779e276ecd28 Mon Sep 17 00:00:00 2001 From: mdw Date: Thu, 22 Feb 2001 09:04:26 +0000 Subject: [PATCH] Cosmetic fix. --- mpmont.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mpmont.c b/mpmont.c index a6dabe3..d051778 100644 --- a/mpmont.c +++ b/mpmont.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: mpmont.c,v 1.13 2001/02/03 12:00:29 mdw Exp $ + * $Id: mpmont.c,v 1.14 2001/02/22 09:04:26 mdw Exp $ * * Montgomery reduction * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: mpmont.c,v $ + * Revision 1.14 2001/02/22 09:04:26 mdw + * Cosmetic fix. + * * Revision 1.13 2001/02/03 12:00:29 mdw * Now @mp_drop@ checks its argument is non-NULL before attempting to free * it. Note that the macro version @MP_DROP@ doesn't do this. @@ -472,9 +475,8 @@ mp *mpmont_expr(mpmont *mm, mp *d, mp *a, mp *e) */ MP_RSTEP(&sc); - while (!MP_RBIT(&sc)) { + while (!MP_RBIT(&sc)) MP_RSTEP(&sc); - } /* --- Now for the main work --- */ -- 2.11.0