Skip to content

Commit e6a28d6

Browse files
herbertxidryomov
authored andcommitted
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 <[email protected]> Reviewed-by: Ilya Dryomov <[email protected]> Signed-off-by: Ilya Dryomov <[email protected]>
1 parent d9ae977 commit e6a28d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/ceph/messenger_v2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#include <linux/ceph/ceph_debug.h>
99

1010
#include <crypto/aead.h>
11-
#include <crypto/algapi.h> /* for crypto_memneq() */
1211
#include <crypto/hash.h>
1312
#include <crypto/sha2.h>
13+
#include <crypto/utils.h>
1414
#include <linux/bvec.h>
1515
#include <linux/crc32c.h>
1616
#include <linux/net.h>

0 commit comments

Comments
 (0)