Diff
Not logged in

Differences From Artifact [f8e84b42bd]:

To Artifact [b04a69c2e3]:


95
96
97
98
99
100
101




  c->sign = MP_ZPOS;
  res = MP_OKAY;
LBL_V:mp_clear (&u);
LBL_U:mp_clear (&v);
  return res;
}
#endif











>
>
>
>
95
96
97
98
99
100
101
102
103
104
105
  c->sign = MP_ZPOS;
  res = MP_OKAY;
LBL_V:mp_clear (&u);
LBL_U:mp_clear (&v);
  return res;
}
#endif

/* $Source: /root/tcl/repos-to-convert/tcl/libtommath/bn_mp_gcd.c,v $ */
/* $Revision: 1.1.1.1.4.2 $ */
/* $Date: 2008/01/22 16:55:26 $ */