Differences From Artifact [44af046c9c]:
- File libtommath/bn_reverse.c — part of check-in [8dc7079178] at 2007-04-08 14:58:43 on branch dgp-refactor — Merge updates from HEAD; may not build (user: dgp size: 820) [more...]
To Artifact [02eec2ef66]:
- File libtommath/bn_reverse.c — part of check-in [3ed4c99678] at 2008-01-22 16:55:25 on branch dgp-refactor — merge libtommath updates from vendor branch (user: dgp size: 961)
| ︙ | ︙ | |||
29 30 31 32 33 34 35 |
s[ix] = s[iy];
s[iy] = t;
++ix;
--iy;
}
}
#endif
| > > > > | 29 30 31 32 33 34 35 36 37 38 39 |
s[ix] = s[iy];
s[iy] = t;
++ix;
--iy;
}
}
#endif
/* $Source: /root/tcl/repos-to-convert/tcl/libtommath/bn_reverse.c,v $ */
/* $Revision: 1.1.1.1.4.2 $ */
/* $Date: 2008/01/22 16:55:27 $ */
|