diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-23 10:01:11 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-23 10:01:11 (GMT) |
commit | 01498c5ecda9522a8353a016d1ced6352b10e90a (patch) | |
tree | 3681ae7c61996f42fa8e060f4f7591a5cf529b75 /libtommath | |
parent | 76da15f7bca905ca03c054f3c568039eb7551e70 (diff) | |
parent | 2df6f12a996d019b78a31c15f5875e2609fb28b2 (diff) | |
download | tcl-01498c5ecda9522a8353a016d1ced6352b10e90a.zip tcl-01498c5ecda9522a8353a016d1ced6352b10e90a.tar.gz tcl-01498c5ecda9522a8353a016d1ced6352b10e90a.tar.bz2 |
Merge 8.6.
Also unbreak windows build, broken since [0f2870649c804dd8].
Diffstat (limited to 'libtommath')
-rw-r--r-- | libtommath/tommath_private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libtommath/tommath_private.h b/libtommath/tommath_private.h index 3867ac6..29607d4 100644 --- a/libtommath/tommath_private.h +++ b/libtommath/tommath_private.h @@ -296,4 +296,7 @@ MP_DEPRECATED(s_mp_reverse) void bn_reverse(unsigned char *s, int len); return (a->sign == MP_NEG) ? (type)-res : (type)res; \ } +#undef mp_isodd +#define mp_isodd TclBN_mp_isodd + #endif |