projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ea275d
)
crypto: dh - remove duplicate includes
author
Guo Zhengkui
<guozhengkui@vivo.com>
Mon, 29 Nov 2021 08:34:56 +0000
(16:34 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Sat, 11 Dec 2021 05:48:05 +0000
(16:48 +1100)
Remove a duplicate #include <linux/fips.h>.
Signed-off-by: Guo Zhengkui <guozhengkui@vivo.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/dh.c
patch
|
blob
|
history
diff --git
a/crypto/dh.c
b/crypto/dh.c
index 38557e64b4b31597b54e32dc89c9c204b58437e7..27e62a2a8027d6685c49f7bc16590c40652a6688 100644
(file)
--- a/
crypto/dh.c
+++ b/
crypto/dh.c
@@
-10,7
+10,6
@@
#include <crypto/internal/kpp.h>
#include <crypto/kpp.h>
#include <crypto/dh.h>
-#include <linux/fips.h>
#include <linux/mpi.h>
struct dh_ctx {