diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-12-13 22:18:40 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-12-13 22:18:40 (GMT) |
commit | 59f4600ec373640bb58e8a9690a5fc129844a49a (patch) | |
tree | 773bb714ffcf0905ab45d80a2385d5db4cadf102 /libtommath/tommath_private.h | |
parent | de326e5c5ed447c99c7be6991f76cc9d5e774698 (diff) | |
download | tcl-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.h | 3 |
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; \ |