diff options
Diffstat (limited to 'tommath_class.h')
-rw-r--r-- | tommath_class.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tommath_class.h b/tommath_class.h index 6d05b7b..9faf627 100644 --- a/tommath_class.h +++ b/tommath_class.h @@ -992,3 +992,9 @@ #else #define LTM_LAST #endif + +/* Dropbear doesn't need these. */ +#undef BN_MP_KARATSUBA_MUL_C +#undef BN_MP_KARATSUBA_SQR_C +#undef BN_MP_TOOM_MUL_C +#undef BN_MP_TOOM_SQR_C |