summaryrefslogtreecommitdiffstats
path: root/generic/tclTomMath.decls
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-25 19:51:18 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-25 19:51:18 (GMT)
commit0c8bc1d8c271d764a054cda2cb12bce5e42761dc (patch)
treede684560384fbbf9dfb5c65427fd5a2f31209579 /generic/tclTomMath.decls
parent44f5f557eff96e7d4f2f5aede487c3ab6fe41063 (diff)
downloadtcl-0c8bc1d8c271d764a054cda2cb12bce5e42761dc.zip
tcl-0c8bc1d8c271d764a054cda2cb12bce5e42761dc.tar.gz
tcl-0c8bc1d8c271d764a054cda2cb12bce5e42761dc.tar.bz2
More code cleanup related to libtommath 1.2.0: Adapt naming of (internal) symbols to new conventions. Remove deprecated declarations which were never implemented/included by Tcl.
Diffstat (limited to 'generic/tclTomMath.decls')
-rw-r--r--generic/tclTomMath.decls4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclTomMath.decls b/generic/tclTomMath.decls
index b67263e..89751bd 100644
--- a/generic/tclTomMath.decls
+++ b/generic/tclTomMath.decls
@@ -182,10 +182,10 @@ declare 50 {deprecated {is private function in libtommath}} {
void TclBN_reverse(unsigned char *s, int len)
}
declare 51 {deprecated {is private function in libtommath}} {
- mp_err TclBN_fast_s_mp_mul_digs(const mp_int *a, const mp_int *b, mp_int *c, int digs)
+ mp_err TclBN_s_mp_mul_digs_fast(const mp_int *a, const mp_int *b, mp_int *c, int digs)
}
declare 52 {deprecated {is private function in libtommath}} {
- mp_err TclBN_fast_s_mp_sqr(const mp_int *a, mp_int *b)
+ mp_err TclBN_s_mp_sqr_fast(const mp_int *a, mp_int *b)
}
declare 53 {deprecated {is private function in libtommath}} {
mp_err TclBN_mp_karatsuba_mul(const mp_int *a, const mp_int *b, mp_int *c)