summaryrefslogtreecommitdiffstats
path: root/generic/tclTomMath.decls
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-15 14:20:45 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-15 14:20:45 (GMT)
commitce1e21eb7c7a6eb5d9322835e2889da39aaca46c (patch)
tree1422cfb211e4adeb4e6aa01cc7f9f37bb7583df1 /generic/tclTomMath.decls
parent9e9a51f3cbb24996975fd7e2513e30bb642dc916 (diff)
parente2e22061b0f8500c89ddd65a65a1266179a58140 (diff)
downloadtcl-ce1e21eb7c7a6eb5d9322835e2889da39aaca46c.zip
tcl-ce1e21eb7c7a6eb5d9322835e2889da39aaca46c.tar.gz
tcl-ce1e21eb7c7a6eb5d9322835e2889da39aaca46c.tar.bz2
Merge 8.7
Diffstat (limited to 'generic/tclTomMath.decls')
-rw-r--r--generic/tclTomMath.decls5
1 files changed, 1 insertions, 4 deletions
diff --git a/generic/tclTomMath.decls b/generic/tclTomMath.decls
index e059ba0..9d6eb1c 100644
--- a/generic/tclTomMath.decls
+++ b/generic/tclTomMath.decls
@@ -143,7 +143,7 @@ declare 38 {
declare 39 {deprecated {macro calling mp_set_u64}} {
void TclBN_mp_set(mp_int *a, unsigned int b)
}
-declare 40 {deprecated {is private function in libtommath}} {
+declare 40 {nostub {is private function in libtommath}} {
mp_err TclBN_mp_sqr(const mp_int *a, mp_int *b)
}
declare 41 {
@@ -258,9 +258,6 @@ declare 75 {deprecated {merged with mp_xor}} {
declare 76 {
mp_err MP_WUR TclBN_mp_signed_rsh(const mp_int *a, int b, mp_int *c)
}
-declare 77 {deprecated {is private function in libtommath}} {
- mp_bool TclBN_mp_get_bit(const mp_int *a, unsigned int b)
-}
# Added in libtommath 1.2.0
declare 78 {