comparison includes.h @ 585:d194db6f9453

Use system libtomcrypt/libtommath if available. Doesn't currently build due to clash in rsa_key identifier.
author Matt Johnston <matt@ucc.asn.au>
date Wed, 21 Jul 2010 12:38:46 +0000
parents 7e43f5e473b9
children 2b1bb792cd4d f27058078d61
comparison
equal deleted inserted replaced
584:0442c18da5c9 585:d194db6f9453
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"
126 #else
127 #include <tomcrypt.h>
128 #include <tommath.h>
129 #endif
130
125 131
126 #include "compat.h" 132 #include "compat.h"
127 #include "fake-rfc2553.h" 133 #include "fake-rfc2553.h"
128 134
129 #ifndef HAVE_UINT16_T 135 #ifndef HAVE_UINT16_T