diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-12-13 22:20:03 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-12-13 22:20:03 (GMT) |
| commit | a91c7a019df0c873203d03946349fd236a51a50f (patch) | |
| tree | 699488b99f0e803261985cf66e2cc21383b95708 | |
| parent | 676312d822af3fa126c18f6ba91f183a868f4259 (diff) | |
| parent | 59f4600ec373640bb58e8a9690a5fc129844a49a (diff) | |
| download | tcl-a91c7a019df0c873203d03946349fd236a51a50f.zip tcl-a91c7a019df0c873203d03946349fd236a51a50f.tar.gz tcl-a91c7a019df0c873203d03946349fd236a51a50f.tar.bz2 | |
Merge 8.7
| -rw-r--r-- | libtommath/tommath_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libtommath/tommath_private.h b/libtommath/tommath_private.h index 60c8838..072d603 100644 --- a/libtommath/tommath_private.h +++ b/libtommath/tommath_private.h @@ -249,8 +249,10 @@ MP_DEPRECATED(s_mp_toom_mul) mp_err mp_toom_mul(const mp_int *a, const mp_int *b MP_DEPRECATED(s_mp_toom_sqr) mp_err mp_toom_sqr(const mp_int *a, mp_int *b); MP_DEPRECATED(s_mp_reverse) void bn_reverse(unsigned char *s, int len); +#ifndef TCL_WITH_EXTERNAL_TOMMATH #undef mp_sqr #define mp_sqr TclBN_mp_sqr +#endif #define MP_GET_ENDIANNESS(x) \ do{\ |
