summaryrefslogtreecommitdiffhomepage
path: root/includes.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2004-12-19 16:28:08 +0000
committerMatt Johnston <matt@ucc.asn.au>2004-12-19 16:28:08 +0000
commit8b32e8a08cb381eee3ffa3ad430b1517f39bac88 (patch)
tree990d9e6486164fb8b994a1429bd93a92367c1b9c /includes.h
parent37ff2eaf2a33b6685a840b635eb0747f346c5564 (diff)
includes.h: include mycrypt.h rather than mycrypt_custom.h
--HG-- extra : convert_revision : 63ea0f9a911a31bd88913afdfc31582240b0acfb
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes.h b/includes.h
index ceeb561..50f2b7b 100644
--- a/includes.h
+++ b/includes.h
@@ -111,7 +111,7 @@
#include <libgen.h>
#endif
-#include "libtomcrypt/mycrypt_custom.h"
+#include "libtomcrypt/mycrypt.h"
#include "libtommath/tommath.h"
#include "compat.h"