comparison 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
comparison
equal deleted inserted replaced
641:2b1bb792cd4d 642:33fd2f3499d2
120 #include <libgen.h> 120 #include <libgen.h>
121 #endif 121 #endif
122 122
123 #ifdef BUNDLED_LIBTOM 123 #ifdef BUNDLED_LIBTOM
124 #include "libtomcrypt/src/headers/tomcrypt.h" 124 #include "libtomcrypt/src/headers/tomcrypt.h"
125 #include "libtommath/tommath.h" 125 #include "tomsfastmath/src/headers/tfm.h"
126 #else 126 #else
127 #include <tomcrypt.h> 127 #include <tomcrypt.h>
128 #include <tommath.h> 128 #include <tommath.h>
129 #endif 129 #endif
130 130