summaryrefslogtreecommitdiffstats
path: root/generic/tclTomMath.decls
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-24 19:55:34 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-24 19:55:34 (GMT)
commit1a5b1241db70d7dbdfe03ff9913da5eb8b81405a (patch)
tree3b68cbcc99dedef20c933142ffc50c1a371a24fa /generic/tclTomMath.decls
parent065fc14cc4a19400b5ac50421773136ce3f7eb60 (diff)
parente22b6eb9ab3f112da9df627518d50d30615d655f (diff)
downloadtcl-1a5b1241db70d7dbdfe03ff9913da5eb8b81405a.zip
tcl-1a5b1241db70d7dbdfe03ff9913da5eb8b81405a.tar.gz
tcl-1a5b1241db70d7dbdfe03ff9913da5eb8b81405a.tar.bz2
Merge 8.7
Diffstat (limited to 'generic/tclTomMath.decls')
-rw-r--r--generic/tclTomMath.decls10
1 files changed, 3 insertions, 7 deletions
diff --git a/generic/tclTomMath.decls b/generic/tclTomMath.decls
index 0765aea..49d6fca 100644
--- a/generic/tclTomMath.decls
+++ b/generic/tclTomMath.decls
@@ -168,10 +168,9 @@ declare 43 {
#declare 46 {
# mp_err TclBN_mp_toradix_n(const mp_int *a, char *str, int radix, int maxlen)
#}
-# Removed in 9.0
-#declare 47 {deprecated {Use mp_ubin_size}} {
-# int TclBN_mp_unsigned_bin_size(const mp_int *a)
-#}
+declare 47 {
+ size_t MP_WUR TclBN_mp_ubin_size(const mp_int *a)
+}
declare 48 {
mp_err MP_WUR TclBN_mp_xor(const mp_int *a, const mp_int *b, mp_int *c)
}
@@ -246,9 +245,6 @@ declare 76 {
declare 78 {
int MP_WUR TclBN_mp_to_ubin(const mp_int *a, unsigned char *buf, size_t maxlen, size_t *written)
}
-declare 79 {
- size_t MP_WUR TclBN_mp_ubin_size(const mp_int *a)
-}
declare 80 {
int MP_WUR TclBN_mp_to_radix(const mp_int *a, char *str, size_t maxlen, size_t *written, int radix)
}