summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-22 15:47:53 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-22 15:47:53 (GMT)
commit1ce018ea85386566dd65a3b924bc59c6617afe2b (patch)
tree945c9ba81a8b6f6f8156a13f0021da290e44fa1a /generic/tclInt.h
parentab6fc07f69ec94ac2715dc652fb15c6e9fe8d15b (diff)
downloadtcl-1ce018ea85386566dd65a3b924bc59c6617afe2b.zip
tcl-1ce018ea85386566dd65a3b924bc59c6617afe2b.tar.gz
tcl-1ce018ea85386566dd65a3b924bc59c6617afe2b.tar.bz2
Deprecate mp_get_bit, mp_expt_d_ex, mp_toradix_n, mp_to_unsigned_bin, mp_to_unsigned_bin_n, because they are deprecated in libtommath 1.2.0 too.
Add replacement functions mp_to_ubin, mp_ubin_size and mp_to_radix to libtommath stub table.
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 5be988d..1fe3822 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -4193,9 +4193,6 @@ MODULE_SCOPE int TclIndexEncode(Tcl_Interp *interp, Tcl_Obj *objPtr,
int before, int after, int *indexPtr);
MODULE_SCOPE int TclIndexDecode(int encoded, int endValue);
-MODULE_SCOPE int TclBN_mp_to_ubin(const mp_int *a, unsigned char *buf, size_t maxlen, size_t *written);
-MODULE_SCOPE size_t TclBN_mp_ubin_size(const mp_int *a);
-MODULE_SCOPE int TclBN_mp_to_radix(const mp_int *a, char *str, size_t maxlen, size_t *written, int radix);
MODULE_SCOPE void TclBN_int_reverse(unsigned char *s, size_t len);
/* Constants used in index value encoding routines. */