VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Eric Biggers <ebiggers@google.com> 2020-11-12 21:20:21 -0800 committer: Herbert Xu <herbert@gondor.apana.org.au> 2020-11-20 14:45:33 +1100 commit: a24d22b225ce158651378869a6b88105c4bdb887 parent: 5bdad829c31a09069fd508534f03c2ea1576ac75
Commit Summary:
crypto: sha - split sha.h into sha1.h and sha2.h
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/lib/sha1.c b/lib/sha1.c
index 49257a915bb6..9bd1935a1472 100644
--- a/lib/sha1.c
+++ b/lib/sha1.c
@@ -9,7 +9,7 @@
 #include <linux/kernel.h>
 #include <linux/export.h>
 #include <linux/bitops.h>
-#include <crypto/sha.h>
+#include <crypto/sha1.h>
 #include <asm/unaligned.h>
 
 /*