comparison tommath_class.h @ 387:4663ced4968f libtommath-dropbear

propagate from branch 'au.asn.ucc.matt.ltm.orig' (head 1c2b7d389d0682caf980235dad97493e3206389c) to branch 'au.asn.ucc.matt.ltm.dropbear' (head 40ab3795de3a6157f34e52ed3f0be3eebe9a2eaa)
author Matt Johnston <matt@ucc.asn.au>
date Thu, 11 Jan 2007 03:13:04 +0000
parents 97db060d0ef5 fa7a368e12b1
children
comparison
equal deleted inserted replaced
386:97db060d0ef5 387:4663ced4968f
986 #endif 986 #endif
987 987
988 #ifdef LTM3 988 #ifdef LTM3
989 #define LTM_LAST 989 #define LTM_LAST
990 #endif 990 #endif
991 #include <tommath_superclass.h> 991 #include "tommath_superclass.h"
992 #include <tommath_class.h> 992 #include "tommath_class.h"
993 #else 993 #else
994 #define LTM_LAST 994 #define LTM_LAST
995 #endif 995 #endif
996
997 /* Dropbear doesn't need these. */
998 #undef BN_MP_KARATSUBA_MUL_C
999 #undef BN_MP_KARATSUBA_SQR_C
1000 #undef BN_MP_TOOM_MUL_C
1001 #undef BN_MP_TOOM_SQR_C
996 1002
997 /* $Source: /cvs/libtom/libtommath/tommath_class.h,v $ */ 1003 /* $Source: /cvs/libtom/libtommath/tommath_class.h,v $ */
998 /* $Revision: 1.3 $ */ 1004 /* $Revision: 1.3 $ */
999 /* $Date: 2005/07/28 11:59:32 $ */ 1005 /* $Date: 2005/07/28 11:59:32 $ */