summaryrefslogtreecommitdiffstats
path: root/libtommath/bn_mp_read_radix.c
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-09-26 18:27:14 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-09-26 18:27:14 (GMT)
commitc3411f7059631c87f0b386937d33e9a6ecf77b21 (patch)
tree082d7efac9345062c01fb1cde28a85d0b39155c5 /libtommath/bn_mp_read_radix.c
parent3e08c205a59da3d40ad9879f9968fe2a9b84fadd (diff)
downloadtcl-c3411f7059631c87f0b386937d33e9a6ecf77b21.zip
tcl-c3411f7059631c87f0b386937d33e9a6ecf77b21.tar.gz
tcl-c3411f7059631c87f0b386937d33e9a6ecf77b21.tar.bz2
merge tommath 0.36 changes into HEAD
Diffstat (limited to 'libtommath/bn_mp_read_radix.c')
-rw-r--r--libtommath/bn_mp_read_radix.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libtommath/bn_mp_read_radix.c b/libtommath/bn_mp_read_radix.c
index 1e272fb..2a11a36 100644
--- a/libtommath/bn_mp_read_radix.c
+++ b/libtommath/bn_mp_read_radix.c
@@ -83,3 +83,7 @@ int mp_read_radix (mp_int * a, const char *str, int radix)
return MP_OKAY;
}
#endif
+
+/* $Source: /root/tcl/repos-to-convert/tcl/libtommath/bn_mp_read_radix.c,v $ */
+/* $Revision: 1.3 $ */
+/* $Date: 2005/09/26 18:27:14 $ */