diff options
Diffstat (limited to 'tommath_class.h')
-rw-r--r-- | tommath_class.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/tommath_class.h b/tommath_class.h index 166dd80..a4e275a 100644 --- a/tommath_class.h +++ b/tommath_class.h @@ -988,12 +988,18 @@ #ifdef LTM3 #define LTM_LAST #endif -#include <tommath_superclass.h> -#include <tommath_class.h> +#include "tommath_superclass.h" +#include "tommath_class.h" #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 + /* $Source: /cvs/libtom/libtommath/tommath_class.h,v $ */ /* $Revision: 1.3 $ */ /* $Date: 2005/07/28 11:59:32 $ */ |