summaryrefslogtreecommitdiffstats
path: root/libtommath/tommath_private.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-12-13 22:18:40 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-12-13 22:18:40 (GMT)
commit59f4600ec373640bb58e8a9690a5fc129844a49a (patch)
tree773bb714ffcf0905ab45d80a2385d5db4cadf102 /libtommath/tommath_private.h
parentde326e5c5ed447c99c7be6991f76cc9d5e774698 (diff)
downloadtcl-59f4600ec373640bb58e8a9690a5fc129844a49a.zip
tcl-59f4600ec373640bb58e8a9690a5fc129844a49a.tar.gz
tcl-59f4600ec373640bb58e8a9690a5fc129844a49a.tar.bz2
One #undef too much
Diffstat (limited to 'libtommath/tommath_private.h')
-rw-r--r--libtommath/tommath_private.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libtommath/tommath_private.h b/libtommath/tommath_private.h
index 93724a4..072d603 100644
--- a/libtommath/tommath_private.h
+++ b/libtommath/tommath_private.h
@@ -254,9 +254,6 @@ MP_DEPRECATED(s_mp_reverse) void bn_reverse(unsigned char *s, int len);
#define mp_sqr TclBN_mp_sqr
#endif
-#undef mp_sqr
-#define mp_sqr TclBN_mp_sqr
-
#define MP_GET_ENDIANNESS(x) \
do{\
int16_t n = 0x1; \