Commit e6a28d63 authored by Herbert Xu's avatar Herbert Xu Committed by Ilya Dryomov
Browse files

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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
Reviewed-by: default avatarIlya Dryomov <idryomov@gmail.com>
Signed-off-by: default avatarIlya Dryomov <idryomov@gmail.com>
parent d9ae977d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,9 +8,9 @@
#include <linux/ceph/ceph_debug.h>

#include <crypto/aead.h>
#include <crypto/algapi.h>  /* for crypto_memneq() */
#include <crypto/hash.h>
#include <crypto/sha2.h>
#include <crypto/utils.h>
#include <linux/bvec.h>
#include <linux/crc32c.h>
#include <linux/net.h>