From: Herbert Xu Date: Wed, 23 Aug 2023 10:32:21 +0000 (+0800) Subject: libceph: do not include crypto/algapi.h X-Git-Tag: kvm-x86-next-2023.09.07~10^2~3 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=e6a28d6303a987a922b9107321d87592b2e6da77;p=users%2Fdwmw2%2Flinux.git libceph: 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. Signed-off-by: Herbert Xu Reviewed-by: Ilya Dryomov Signed-off-by: Ilya Dryomov --- diff --git a/net/ceph/messenger_v2.c b/net/ceph/messenger_v2.c index d0a1fb4226170..d09a39ff2cf04 100644 --- a/net/ceph/messenger_v2.c +++ b/net/ceph/messenger_v2.c @@ -8,9 +8,9 @@ #include #include -#include /* for crypto_memneq() */ #include #include +#include #include #include #include