From: Herbert Xu Date: Tue, 22 Aug 2023 09:38:49 +0000 (+0800) Subject: KEYS: encrypted: Do not include crypto/algapi.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fb3bc06ad85e5b1f1d8616607beca4649c9d75f4;p=linux.git KEYS: encrypted: 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: Mimi Zohar Signed-off-by: Herbert Xu --- diff --git a/security/keys/encrypted-keys/encrypted.c b/security/keys/encrypted-keys/encrypted.c index 1e313982af02a..8af2136069d23 100644 --- a/security/keys/encrypted-keys/encrypted.c +++ b/security/keys/encrypted-keys/encrypted.c @@ -27,10 +27,10 @@ #include #include #include -#include #include #include #include +#include #include "encrypted.h" #include "ecryptfs_format.h"