From: Herbert Xu Date: Tue, 22 Aug 2023 09:34:10 +0000 (+0800) Subject: mptcp: Do not include crypto/algapi.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bd5af65465c1f9659351ec50bcf167d4966e76d0;p=linux.git mptcp: Do not include crypto/algapi.h The header file crypto/algapi.h is for internal use only. Use the header file crypto/utils.h instead. Acked-by: Matthieu Baerts Signed-off-by: Herbert Xu --- diff --git a/net/mptcp/subflow.c b/net/mptcp/subflow.c index 9bf3c7bc1762a..d1e03c0bc1188 100644 --- a/net/mptcp/subflow.c +++ b/net/mptcp/subflow.c @@ -9,8 +9,8 @@ #include #include #include -#include #include +#include #include #include #include