VisionFive2 Linux kernel

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

More than 9999 Commits   33 Branches   55 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, 2 insertions, 1 deletion
diff --git a/drivers/crypto/n2_core.c b/drivers/crypto/n2_core.c
index 3642bf83d809..3b0bf6fea491 100644
--- a/drivers/crypto/n2_core.c
+++ b/drivers/crypto/n2_core.c
@@ -15,7 +15,8 @@
 #include <linux/interrupt.h>
 #include <linux/crypto.h>
 #include <crypto/md5.h>
-#include <crypto/sha.h>
+#include <crypto/sha1.h>
+#include <crypto/sha2.h>
 #include <crypto/aes.h>
 #include <crypto/internal/des.h>
 #include <linux/mutex.h>