projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c66218c
)
mptcp: Do not include crypto/algapi.h
author
Herbert Xu
<herbert@gondor.apana.org.au>
Tue, 22 Aug 2023 09:34:10 +0000
(17:34 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Fri, 15 Sep 2023 10:30:43 +0000
(18:30 +0800)
The header file crypto/algapi.h is for internal use only. Use the
header file crypto/utils.h instead.
Acked-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
net/mptcp/subflow.c
patch
|
blob
|
history
diff --git
a/net/mptcp/subflow.c
b/net/mptcp/subflow.c
index 9bf3c7bc1762a0990401f7e07db1e0f395f4e567..d1e03c0bc1188905476734474569af55a5ea0b98 100644
(file)
--- a/
net/mptcp/subflow.c
+++ b/
net/mptcp/subflow.c
@@
-9,8
+9,8
@@
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/netdevice.h>
-#include <crypto/algapi.h>
#include <crypto/sha2.h>
+#include <crypto/utils.h>
#include <net/sock.h>
#include <net/inet_common.h>
#include <net/inet_hashtables.h>