diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-08-29 20:43:48 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-08-29 20:43:48 (GMT) |
commit | 187a67149b7812a2d3dd4070b50063bc77d0ea34 (patch) | |
tree | b121969f0637961e7d8ce11651b5b8bc3af00f34 /libtommath/tommath.h | |
parent | 92a05930af027ff4da788119d0fce0f6169c7a7f (diff) | |
parent | 2d65cb751401d640fd8a1d1aebc90f96c9bb8019 (diff) | |
download | tcl-187a67149b7812a2d3dd4070b50063bc77d0ea34.zip tcl-187a67149b7812a2d3dd4070b50063bc77d0ea34.tar.gz tcl-187a67149b7812a2d3dd4070b50063bc77d0ea34.tar.bz2 |
Merge libtommath 1.0.1 final
Diffstat (limited to 'libtommath/tommath.h')
-rw-r--r-- | libtommath/tommath.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libtommath/tommath.h b/libtommath/tommath.h index 61805ad..775687b 100644 --- a/libtommath/tommath.h +++ b/libtommath/tommath.h @@ -565,6 +565,6 @@ int mp_fwrite(mp_int *a, int radix, FILE *stream); #endif -/* ref: HEAD -> release/1.0.1, tag: v1.0.1-rc2 */ -/* git commit: e8c27ba7df0efb90708029115c94d681dfa7812f */ -/* commit time: 2017-08-29 10:48:46 +0200 */ +/* ref: tag: v1.0.1, master */ +/* git commit: 5953f62e42b24af93748b1ee5e1d062e242c2546 */ +/* commit time: 2017-08-29 22:27:36 +0200 */ |