summaryrefslogtreecommitdiffstats
path: root/generic/tclTomMath.decls
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-24 19:26:44 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-24 19:26:44 (GMT)
commite22b6eb9ab3f112da9df627518d50d30615d655f (patch)
tree75da4d406ed43f1c71085e69c61185c5fd527e62 /generic/tclTomMath.decls
parentd0345abbf6dc0f138d0789a6404ac8d4528f9968 (diff)
parent94ef14f2fe7454b1f9483b2718ae78c3f578959b (diff)
downloadtcl-e22b6eb9ab3f112da9df627518d50d30615d655f.zip
tcl-e22b6eb9ab3f112da9df627518d50d30615d655f.tar.gz
tcl-e22b6eb9ab3f112da9df627518d50d30615d655f.tar.bz2
Merge 8.6
Diffstat (limited to 'generic/tclTomMath.decls')
-rw-r--r--generic/tclTomMath.decls7
1 files changed, 2 insertions, 5 deletions
diff --git a/generic/tclTomMath.decls b/generic/tclTomMath.decls
index 9f7db14..b67263e 100644
--- a/generic/tclTomMath.decls
+++ b/generic/tclTomMath.decls
@@ -165,8 +165,8 @@ declare 45 {deprecated {Use mp_to_ubin}} {
declare 46 {deprecated {Use mp_to_radix}} {
mp_err TclBN_mp_toradix_n(const mp_int *a, char *str, int radix, int maxlen)
}
-declare 47 {deprecated {Use mp_ubin_size}} {
- int TclBN_mp_unsigned_bin_size(const mp_int *a)
+declare 47 {
+ size_t 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)
@@ -272,9 +272,6 @@ declare 77 {deprecated {is private function in libtommath}} {
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)
}