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/digsig.c b/lib/digsig.c
index e0627c3e53b2..04b5e55ed95f 100644
--- a/lib/digsig.c
+++ b/lib/digsig.c
@@ -20,7 +20,7 @@
 #include <linux/key.h>
 #include <linux/crypto.h>
 #include <crypto/hash.h>
-#include <crypto/sha.h>
+#include <crypto/sha1.h>
 #include <keys/user-type.h>
 #include <linux/mpi.h>
 #include <linux/digsig.h>