changeset 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 12a6f385747d
children ed9ca2a9705c
files includes.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/includes.h	Sun Dec 19 07:46:16 2004 +0000
+++ b/includes.h	Sun Dec 19 16:28:08 2004 +0000
@@ -111,7 +111,7 @@
 #include <libgen.h>
 #endif
 
-#include "libtomcrypt/mycrypt_custom.h"
+#include "libtomcrypt/mycrypt.h"
 #include "libtommath/tommath.h"
 
 #include "compat.h"