comparison includes.h @ 148:9a1dc9bc17d7

includes.h: include mycrypt.h rather than mycrypt_custom.h
author Matt Johnston <matt@ucc.asn.au>
date Sun, 19 Dec 2004 16:28:08 +0000
parents 10f4d3319780
children e972be139cb5
comparison
equal deleted inserted replaced
141:12a6f385747d 148:9a1dc9bc17d7
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_custom.h" 114 #include "libtomcrypt/mycrypt.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