Mercurial > dropbear
comparison includes.h @ 194:e972be139cb5
Switching to libtomcrypt 1.02
(still has problems)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 09 May 2005 09:32:33 +0000 |
parents | 9a1dc9bc17d7 |
children | b02e8eef3c3a |
comparison
equal
deleted
inserted
replaced
193:ca6a7c7a925c | 194:e972be139cb5 |
---|---|
109 | 109 |
110 #ifdef HAVE_LIBGEN_H | 110 #ifdef HAVE_LIBGEN_H |
111 #include <libgen.h> | 111 #include <libgen.h> |
112 #endif | 112 #endif |
113 | 113 |
114 #include "libtomcrypt/mycrypt.h" | 114 #include "libtomcrypt/src/headers/tomcrypt.h" |
115 #include "libtommath/tommath.h" | 115 #include "libtommath/tommath.h" |
116 | 116 |
117 #include "compat.h" | 117 #include "compat.h" |
118 #include "fake-rfc2553.h" | 118 #include "fake-rfc2553.h" |
119 | 119 |