Mercurial > dropbear
comparison tommath_class.h @ 385:fa7a368e12b1 libtommath-dropbear
Refer to local headers locally with #include "" not #include <>.
Required now that we've got rid of the libtomcrypt variants that were
'accidentally' being included in the -I path
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 11 Jan 2007 03:09:09 +0000 |
parents | bd240aa12ba7 |
children | 4663ced4968f |
comparison
equal
deleted
inserted
replaced
283:bd240aa12ba7 | 385:fa7a368e12b1 |
---|---|
985 #endif | 985 #endif |
986 | 986 |
987 #ifdef LTM3 | 987 #ifdef LTM3 |
988 #define LTM_LAST | 988 #define LTM_LAST |
989 #endif | 989 #endif |
990 #include <tommath_superclass.h> | 990 #include "tommath_superclass.h" |
991 #include <tommath_class.h> | 991 #include "tommath_class.h" |
992 #else | 992 #else |
993 #define LTM_LAST | 993 #define LTM_LAST |
994 #endif | 994 #endif |
995 | 995 |
996 /* Dropbear doesn't need these. */ | 996 /* Dropbear doesn't need these. */ |