diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-08-29 20:45:34 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-08-29 20:45:34 (GMT) |
commit | b37b7ded33f1772b457aee97908cff99b3573b12 (patch) | |
tree | b121969f0637961e7d8ce11651b5b8bc3af00f34 /libtommath/bn_mp_submod.c | |
parent | 897af8a8a02ac365edb53bc087b293adaaf8853a (diff) | |
parent | ad20184b847835c9e6438554aa69c74cbc0220df (diff) | |
download | tcl-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_submod.c')
-rw-r--r-- | libtommath/bn_mp_submod.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libtommath/bn_mp_submod.c b/libtommath/bn_mp_submod.c index 87e0889..ec7885c 100644 --- a/libtommath/bn_mp_submod.c +++ b/libtommath/bn_mp_submod.c @@ -37,6 +37,6 @@ mp_submod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) } #endif -/* $Source$ */ -/* $Revision$ */ -/* $Date$ */ +/* ref: tag: v1.0.1, master */ +/* git commit: 5953f62e42b24af93748b1ee5e1d062e242c2546 */ +/* commit time: 2017-08-29 22:27:36 +0200 */ |