From dbeb6db1b55a50dedf17e7d78ddb6fe9eebc2a63 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Wed, 4 Jan 2017 16:55:53 +0100 Subject: nwztools: cleanup crypto, switch MD5 to Crypto++ We already use Crypto++ for DES anyway, and using OpenSSL is not great because of its incompatible licence. Change-Id: I78771b84c1708795a0c0c30afa5bdfe4885dea4e --- utils/nwztools/upgtools/upgtool.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'utils/nwztools/upgtools/upgtool.c') diff --git a/utils/nwztools/upgtools/upgtool.c b/utils/nwztools/upgtools/upgtool.c index 0de46a4260..a1dce84870 100644 --- a/utils/nwztools/upgtools/upgtool.c +++ b/utils/nwztools/upgtools/upgtool.c @@ -29,7 +29,6 @@ #include "misc.h" #include "elf.h" #include -#include #include "crypt.h" #include "fwp.h" #include "keysig_search.h" @@ -482,4 +481,3 @@ int main(int argc, char **argv) return ret; } - -- cgit v1.2.3