From 759a78e5dff134f2632875f61aae60815eea6f5b Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Tue, 3 Jan 2017 16:09:34 +0100 Subject: imxtools/sbtools: switch SHA1 implementation to Crypto++ The current implementation was custom and super slow. Since we use Crypto++ anyway, we might as well get use a good implementation. Change-Id: I761ad7401653471e54000e1c2bc3d9882378112f --- rbutil/mkimxboot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rbutil/mkimxboot/Makefile') diff --git a/rbutil/mkimxboot/Makefile b/rbutil/mkimxboot/Makefile index e635f64103..132c2435f9 100644 --- a/rbutil/mkimxboot/Makefile +++ b/rbutil/mkimxboot/Makefile @@ -15,7 +15,7 @@ LDFLAGS += -lcrypto++ OUTPUT = mkimxboot # inputs for lib -IMXTOOLS_SOURCES = misc.c sb.c crypto.cpp crc.c sha1.c elf.c +IMXTOOLS_SOURCES = misc.c sb.c crypto.cpp crc.c elf.c LIBSOURCES := dualboot.c mkimxboot.c md5.c \ $(addprefix $(IMXTOOLS_DIR),$(IMXTOOLS_SOURCES)) # inputs for binary only -- cgit v1.2.3