Mercurial > dropbear
diff includes.h @ 641:2b1bb792cd4d dropbear-tfm
- Update tfm changes to current default tip
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 21 Nov 2011 19:52:28 +0800 |
parents | 76097ec1a29a d194db6f9453 |
children | 33fd2f3499d2 |
line wrap: on
line diff
--- a/includes.h Mon Nov 21 19:19:57 2011 +0800 +++ b/includes.h Mon Nov 21 19:52:28 2011 +0800 @@ -120,9 +120,13 @@ #include <libgen.h> #endif +#ifdef BUNDLED_LIBTOM #include "libtomcrypt/src/headers/tomcrypt.h" -//#include "libtommath/tommath.h" -#include "libtomsfastmath/tfm.h" +#include "libtommath/tommath.h" +#else +#include <tomcrypt.h> +#include <tommath.h> +#endif #include "compat.h"