diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-08-29 20:25:53 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-08-29 20:25:53 (GMT) |
commit | 92a05930af027ff4da788119d0fce0f6169c7a7f (patch) | |
tree | 62c861d1863965d739a321113db7b0307c6159cd /libtommath/bn_mp_sub_d.c | |
parent | 4264a4f6ab00651ac7bd802a8317a1eb8f52d06e (diff) | |
parent | 1ef0babc38bf484a63c5bdcb56bed55f2df1bbab (diff) | |
download | tcl-92a05930af027ff4da788119d0fce0f6169c7a7f.zip tcl-92a05930af027ff4da788119d0fce0f6169c7a7f.tar.gz tcl-92a05930af027ff4da788119d0fce0f6169c7a7f.tar.bz2 |
libtommath 1.0.1 rc2, for test purposes only
Diffstat (limited to 'libtommath/bn_mp_sub_d.c')
-rw-r--r-- | libtommath/bn_mp_sub_d.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libtommath/bn_mp_sub_d.c b/libtommath/bn_mp_sub_d.c index f5a932f..482de39 100644 --- a/libtommath/bn_mp_sub_d.c +++ b/libtommath/bn_mp_sub_d.c @@ -88,6 +88,6 @@ mp_sub_d (mp_int * a, mp_digit b, mp_int * c) #endif -/* $Source$ */ -/* $Revision$ */ -/* $Date$ */ +/* ref: HEAD -> release/1.0.1, tag: v1.0.1-rc2 */ +/* git commit: e8c27ba7df0efb90708029115c94d681dfa7812f */ +/* commit time: 2017-08-29 10:48:46 +0200 */ |