Commit fb3bc06a authored by Herbert Xu's avatar Herbert Xu
Browse files

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: default avatarMimi Zohar <zohar@linux.ibm.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent aa7c98b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,10 +27,10 @@
#include <linux/scatterlist.h>
#include <linux/ctype.h>
#include <crypto/aes.h>
#include <crypto/algapi.h>
#include <crypto/hash.h>
#include <crypto/sha2.h>
#include <crypto/skcipher.h>
#include <crypto/utils.h>

#include "encrypted.h"
#include "ecryptfs_format.h"