summaryrefslogtreecommitdiffstats
path: root/libtommath/bn_mp_mul.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-09-10 13:35:18 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-09-10 13:35:18 (GMT)
commite99f276ddbde6b3937ae618f021080844d6a5076 (patch)
tree339a21d14099ce6d530b561b7119f87f47b8d388 /libtommath/bn_mp_mul.c
parent26ac0c7d39a33aaad6eca1b942afd2c9f71b3be1 (diff)
parent6d6397d4599a537f539aade68d3834ee2d320cfd (diff)
downloadtcl-e99f276ddbde6b3937ae618f021080844d6a5076.zip
tcl-e99f276ddbde6b3937ae618f021080844d6a5076.tar.gz
tcl-e99f276ddbde6b3937ae618f021080844d6a5076.tar.bz2
merge novem
Diffstat (limited to 'libtommath/bn_mp_mul.c')
-rw-r--r--libtommath/bn_mp_mul.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libtommath/bn_mp_mul.c b/libtommath/bn_mp_mul.c
index ea53d5e..cc3b9c8 100644
--- a/libtommath/bn_mp_mul.c
+++ b/libtommath/bn_mp_mul.c
@@ -62,6 +62,6 @@ int mp_mul (mp_int * a, mp_int * b, mp_int * c)
}
#endif
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref: $Format:%D$ */
+/* git commit: $Format:%H$ */
+/* commit time: $Format:%ai$ */