includes.h: include mycrypt.h rather than mycrypt_custom.h

--HG--
extra : convert_revision : 63ea0f9a911a31bd88913afdfc31582240b0acfb
This commit is contained in:
Matt Johnston 2004-12-19 16:28:08 +00:00
parent 37ff2eaf2a
commit 8b32e8a08c

View File

@ -111,7 +111,7 @@
#include <libgen.h>
#endif
#include "libtomcrypt/mycrypt_custom.h"
#include "libtomcrypt/mycrypt.h"
#include "libtommath/tommath.h"
#include "compat.h"