# HG changeset patch # User Matt Johnston # Date 1592478727 -28800 # Node ID 5386011b740da6966b72faa584ffbb4f5502df02 # Parent 912c8ca0728f15059f445fb245ca64fd6f1401bc Disable toom and karatsuba for new libtommath diff -r 912c8ca0728f -r 5386011b740d libtommath/tommath_class.h --- a/libtommath/tommath_class.h Mon Jun 15 23:51:45 2020 +0800 +++ b/libtommath/tommath_class.h Thu Jun 18 19:12:07 2020 +0800 @@ -1312,6 +1312,10 @@ #undef BN_MP_KARATSUBA_SQR_C #undef BN_MP_TOOM_MUL_C #undef BN_MP_TOOM_SQR_C +#undef BN_S_MP_KARATSUBA_MUL_C +#undef BN_S_MP_KARATSUBA_SQR_C +#undef BN_S_MP_TOOM_MUL_C +#undef BN_S_MP_TOOM_SQR_C #include "dbmalloc.h" #define MP_MALLOC m_malloc