summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2011-10-08 16:41:55 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-10-12 08:52:48 +0200
commit4ac3a1f9e0d00530204eb81267c9a920e8b27b02 (patch)
tree771883b3779fda7f59aee1d5e4a5e1210727f2d3 /scripts
parentfd552936d658c555a6233d219e4449e0c9fb153b (diff)
downloadbarebox-4ac3a1f9e0d00530204eb81267c9a920e8b27b02.tar.gz
barebox-4ac3a1f9e0d00530204eb81267c9a920e8b27b02.tar.xz
move digest to crypto/
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/bareboxenv.c2
-rw-r--r--scripts/mkimage.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/bareboxenv.c b/scripts/bareboxenv.c
index 5c7f10e6b9..b0d5818bac 100644
--- a/scripts/bareboxenv.c
+++ b/scripts/bareboxenv.c
@@ -117,7 +117,7 @@ char *concat_subpath_file(const char *path, const char *f)
#include "../lib/recursive_action.c"
#include "../include/envfs.h"
-#include "../lib/crc32.c"
+#include "../crypto/crc32.c"
#include "../lib/make_directory.c"
#include "../include/environment.h"
#include "../common/environment.c"
diff --git a/scripts/mkimage.c b/scripts/mkimage.c
index d3a8bfb887..3beab91fad 100644
--- a/scripts/mkimage.c
+++ b/scripts/mkimage.c
@@ -34,7 +34,7 @@
char *cmdname;
#include "../include/zlib.h"
-#include "../lib/crc32.c"
+#include "../crypto/crc32.c"
//extern unsigned long crc32 (unsigned long crc, const char *buf, unsigned int len);