Differences From Artifact [acfc6896a2]:
- File libtommath/bn_mp_exch.c — part of check-in [179903024e] at 2005-01-19 22:41:26 on branch libtommath — Import of libtommath 0.33 (user: kennykb size: 764) [more...]
To Artifact [06efa07ee8]:
- File libtommath/bn_mp_exch.c — part of check-in [645d0eb193] at 2005-09-26 16:31:55 on branch libtommath — Import of libtommath 0.36 (user: kennykb size: 901) [more...]
| ︙ | ︙ | |||
24 25 26 27 28 29 30 | mp_int t; t = *a; *a = *b; *b = t; } #endif | > > > > | 24 25 26 27 28 29 30 31 32 33 34 | mp_int t; t = *a; *a = *b; *b = t; } #endif /* $Source: /root/tcl/repos-to-convert/tcl/libtommath/bn_mp_exch.c,v $ */ /* $Revision: 1.1.1.2 $ */ /* $Date: 2005/09/26 16:31:56 $ */ |