Differences From Artifact [65a2ded6a4]:
- File libtommath/bn_mp_read_signed_bin.c — part of check-in [04515704be] at 2011-03-14 09:36:26 on branch libtommath — re-import ltm-0.39, with original RCS-ID's (user: jan.nijtmans size: 1127) [more...]
To Artifact [5655d94686]:
- File libtommath/bn_mp_read_signed_bin.c — part of check-in [004ecece95] at 2011-03-14 12:08:07 on branch libtommath — Import of tommath 0.42.0 (user: jan.nijtmans size: 1083)
| ︙ | ︙ | |||
32 33 34 35 36 37 38 |
a->sign = MP_NEG;
}
return MP_OKAY;
}
#endif
| | | | | 32 33 34 35 36 37 38 39 40 41 |
a->sign = MP_NEG;
}
return MP_OKAY;
}
#endif
/* $Source$ */
/* $Revision: 0.41 $ */
/* $Date: 2007-04-18 09:58:18 +0000 $ */
|