diff includes.h @ 642:33fd2f3499d2 dropbear-tfm

A few build fixes
author Matt Johnston <matt@ucc.asn.au>
date Tue, 22 Nov 2011 19:28:58 +0700
parents 2b1bb792cd4d
children
line wrap: on
line diff
--- a/includes.h	Mon Nov 21 19:52:28 2011 +0800
+++ b/includes.h	Tue Nov 22 19:28:58 2011 +0700
@@ -122,7 +122,7 @@
 
 #ifdef BUNDLED_LIBTOM
 #include "libtomcrypt/src/headers/tomcrypt.h"
-#include "libtommath/tommath.h"
+#include "tomsfastmath/src/headers/tfm.h"
 #else
 #include <tomcrypt.h>
 #include <tommath.h>