From 8b32e8a08cb381eee3ffa3ad430b1517f39bac88 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Sun, 19 Dec 2004 16:28:08 +0000 Subject: [PATCH] includes.h: include mycrypt.h rather than mycrypt_custom.h --HG-- extra : convert_revision : 63ea0f9a911a31bd88913afdfc31582240b0acfb --- includes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes.h b/includes.h index ceeb561..50f2b7b 100644 --- a/includes.h +++ b/includes.h @@ -111,7 +111,7 @@ #include #endif -#include "libtomcrypt/mycrypt_custom.h" +#include "libtomcrypt/mycrypt.h" #include "libtommath/tommath.h" #include "compat.h"