Commit 82d1c16c authored by Herbert Xu's avatar Herbert Xu
Browse files

fscrypt: 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: default avatarEric Biggers <ebiggers@google.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 464bd8ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,8 +20,8 @@
 *    managed alongside the master keys in the filesystem-level keyring)
 */

#include <crypto/algapi.h>
#include <crypto/skcipher.h>
#include <crypto/utils.h>
#include <keys/user-type.h>
#include <linux/hashtable.h>
#include <linux/scatterlist.h>