From e84c4b54f34591b51a2503cadabe37218173036c Mon Sep 17 00:00:00 2001 From: Daniel Kestrel Date: Mon, 31 May 2021 14:32:27 +0200 Subject: ltq-deu: convert SHA1 after library impl of SHA1 was removed The was removed with Linux 5.8, because it only contained the library implementation of SHA1, which was folded into . So switch this driver away from using . Signed-off-by: Daniel Kestrel --- package/kernel/lantiq/ltq-deu/src/ifxmips_sha1_hmac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/kernel/lantiq/ltq-deu/src/ifxmips_sha1_hmac.c') diff --git a/package/kernel/lantiq/ltq-deu/src/ifxmips_sha1_hmac.c b/package/kernel/lantiq/ltq-deu/src/ifxmips_sha1_hmac.c index 465c58f105..09496c509b 100644 --- a/package/kernel/lantiq/ltq-deu/src/ifxmips_sha1_hmac.c +++ b/package/kernel/lantiq/ltq-deu/src/ifxmips_sha1_hmac.c @@ -44,8 +44,8 @@ #include #include #include -#include #include +#include #include #include #include -- cgit v1.2.3