summaryrefslogtreecommitdiffstats
path: root/libtommath/bn_mp_exch.c
diff options
context:
space:
mode:
authorkennykb <kennykb@noemail.net>2005-09-26 16:31:55 (GMT)
committerkennykb <kennykb@noemail.net>2005-09-26 16:31:55 (GMT)
commita5ba0dd5042efe01302eadbed9e1b62558f3cc03 (patch)
tree4ec07aa4ad5cdf752c1df248b9a54a4dd6cfb167 /libtommath/bn_mp_exch.c
parenta75b746ae2478ba8bb60eba981525282de3a0260 (diff)
downloadtcl-a5ba0dd5042efe01302eadbed9e1b62558f3cc03.zip
tcl-a5ba0dd5042efe01302eadbed9e1b62558f3cc03.tar.gz
tcl-a5ba0dd5042efe01302eadbed9e1b62558f3cc03.tar.bz2
Import of libtommath 0.36
FossilOrigin-Name: e024610976f35de473eebd5ea1dd6d5d8100df58
Diffstat (limited to 'libtommath/bn_mp_exch.c')
-rw-r--r--libtommath/bn_mp_exch.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libtommath/bn_mp_exch.c b/libtommath/bn_mp_exch.c
index 0ef485a..7bb1169 100644
--- a/libtommath/bn_mp_exch.c
+++ b/libtommath/bn_mp_exch.c
@@ -28,3 +28,7 @@ mp_exch (mp_int * a, mp_int * 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 $ */