comparison 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
comparison
equal deleted inserted replaced
640:76097ec1a29a 641:2b1bb792cd4d
118 118
119 #ifdef HAVE_LIBGEN_H 119 #ifdef HAVE_LIBGEN_H
120 #include <libgen.h> 120 #include <libgen.h>
121 #endif 121 #endif
122 122
123 #ifdef BUNDLED_LIBTOM
123 #include "libtomcrypt/src/headers/tomcrypt.h" 124 #include "libtomcrypt/src/headers/tomcrypt.h"
124 //#include "libtommath/tommath.h" 125 #include "libtommath/tommath.h"
125 #include "libtomsfastmath/tfm.h" 126 #else
127 #include <tomcrypt.h>
128 #include <tommath.h>
129 #endif
126 130
127 131
128 #include "compat.h" 132 #include "compat.h"
129 #include "fake-rfc2553.h" 133 #include "fake-rfc2553.h"
130 134