comparison libtommath/tommath_class.h @ 511:582cb38e4eb5 insecure-nocrypto

propagate from branch 'au.asn.ucc.matt.dropbear' (head cdcc3c729e29544e8b98a408e2dc60e4483dfd2a) to branch 'au.asn.ucc.matt.dropbear.insecure-nocrypto' (head 0ca38a1cf349f7426ac9de34ebe4c3e3735effab)
author Matt Johnston <matt@ucc.asn.au>
date Thu, 06 Nov 2008 13:16:55 +0000
parents 5ff8218bcee9
children f9f930e1a516 60fc6476e044
comparison
equal deleted inserted replaced
361:461c4b1fb35f 511:582cb38e4eb5
685 #endif 685 #endif
686 686
687 #if defined(BN_MP_READ_RADIX_C) 687 #if defined(BN_MP_READ_RADIX_C)
688 #define BN_MP_ZERO_C 688 #define BN_MP_ZERO_C
689 #define BN_MP_S_RMAP_C 689 #define BN_MP_S_RMAP_C
690 #define BN_MP_RADIX_SMAP_C
690 #define BN_MP_MUL_D_C 691 #define BN_MP_MUL_D_C
691 #define BN_MP_ADD_D_C 692 #define BN_MP_ADD_D_C
692 #define BN_MP_ISZERO_C 693 #define BN_MP_ISZERO_C
693 #endif 694 #endif
694 695
985 #endif 986 #endif
986 987
987 #ifdef LTM3 988 #ifdef LTM3
988 #define LTM_LAST 989 #define LTM_LAST
989 #endif 990 #endif
990 #include <tommath_superclass.h> 991 #include "tommath_superclass.h"
991 #include <tommath_class.h> 992 #include "tommath_class.h"
992 #else 993 #else
993 #define LTM_LAST 994 #define LTM_LAST
994 #endif 995 #endif
995 996
996 /* Dropbear doesn't need these. */ 997 /* Dropbear doesn't need these. */
997 #undef BN_MP_KARATSUBA_MUL_C 998 #undef BN_MP_KARATSUBA_MUL_C
998 #undef BN_MP_KARATSUBA_SQR_C 999 #undef BN_MP_KARATSUBA_SQR_C
999 #undef BN_MP_TOOM_MUL_C 1000 #undef BN_MP_TOOM_MUL_C
1000 #undef BN_MP_TOOM_SQR_C 1001 #undef BN_MP_TOOM_SQR_C
1002
1003 /* $Source: /cvs/libtom/libtommath/tommath_class.h,v $ */
1004 /* $Revision: 1.3 $ */
1005 /* $Date: 2005/07/28 11:59:32 $ */