summaryrefslogtreecommitdiff
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
commitd7635371da92e65c7db7788c30d2434f0dd6b2b4 (patch)
tree990d9e6486164fb8b994a1429bd93a92367c1b9c
parent9ca3392ccd80dee5a2b9c0e26d81beb93a010389 (diff)
downloaddropbear-d7635371da92e65c7db7788c30d2434f0dd6b2b4.tar.gz
includes.h: include mycrypt.h rather than mycrypt_custom.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"