# HG changeset patch # User Matt Johnston # Date 1103473688 0 # Node ID 9a1dc9bc17d791ba5c039579b8fd6a93ae86118b # Parent 12a6f385747df22397584193007478b6872b1e8a includes.h: include mycrypt.h rather than mycrypt_custom.h diff -r 12a6f385747d -r 9a1dc9bc17d7 includes.h --- 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 #endif -#include "libtomcrypt/mycrypt_custom.h" +#include "libtomcrypt/mycrypt.h" #include "libtommath/tommath.h" #include "compat.h"