summaryrefslogtreecommitdiffstats
path: root/libtommath/bn_mp_get_int.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-08-29 20:45:34 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-08-29 20:45:34 (GMT)
commitb37b7ded33f1772b457aee97908cff99b3573b12 (patch)
treeb121969f0637961e7d8ce11651b5b8bc3af00f34 /libtommath/bn_mp_get_int.c
parent897af8a8a02ac365edb53bc087b293adaaf8853a (diff)
parentad20184b847835c9e6438554aa69c74cbc0220df (diff)
downloadtcl-b37b7ded33f1772b457aee97908cff99b3573b12.zip
tcl-b37b7ded33f1772b457aee97908cff99b3573b12.tar.gz
tcl-b37b7ded33f1772b457aee97908cff99b3573b12.tar.bz2
upgrade to libtommath 1.0.1 (With all Tcl-specific changes - as far as needed - intact)
Diffstat (limited to 'libtommath/bn_mp_get_int.c')
-rw-r--r--libtommath/bn_mp_get_int.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libtommath/bn_mp_get_int.c b/libtommath/bn_mp_get_int.c
index 99fb850..f99ffb2 100644
--- a/libtommath/bn_mp_get_int.c
+++ b/libtommath/bn_mp_get_int.c
@@ -40,6 +40,6 @@ unsigned long mp_get_int(mp_int * a)
}
#endif
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref: tag: v1.0.1, master */
+/* git commit: 5953f62e42b24af93748b1ee5e1d062e242c2546 */
+/* commit time: 2017-08-29 22:27:36 +0200 */