diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-08-31 13:32:52 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-08-31 13:32:52 (GMT) |
commit | ad562484f0094b64a85de813c8576165badcc126 (patch) | |
tree | 2f8a0ec17142cfe07a28b00ebee53cf0b44591df /libtommath/bn_mp_mul_d.c | |
parent | d1a565fde90f8805d8e50073455049f92bef1d43 (diff) | |
download | tcl-ad562484f0094b64a85de813c8576165badcc126.zip tcl-ad562484f0094b64a85de813c8576165badcc126.tar.gz tcl-ad562484f0094b64a85de813c8576165badcc126.tar.bz2 |
Undo tag removal (just get libtommath directly from GitHUB), so we don't have useless file changes with every new release
Diffstat (limited to 'libtommath/bn_mp_mul_d.c')
-rw-r--r-- | libtommath/bn_mp_mul_d.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libtommath/bn_mp_mul_d.c b/libtommath/bn_mp_mul_d.c index fa918da..6954ed3 100644 --- a/libtommath/bn_mp_mul_d.c +++ b/libtommath/bn_mp_mul_d.c @@ -74,6 +74,6 @@ mp_mul_d (mp_int * a, mp_digit b, mp_int * c) } #endif -/* ref: tag: v1.0.1, master */ -/* git commit: 5953f62e42b24af93748b1ee5e1d062e242c2546 */ -/* commit time: 2017-08-29 22:27:36 +0200 */ +/* ref: $Format:%D$ */ +/* git commit: $Format:%H$ */ +/* commit time: $Format:%ai$ */ |