aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorIlya Dryomov <ilya.dryomov@inktank.com>2014-09-05 12:16:52 -0400
committerIlya Dryomov <idryomov@redhat.com>2014-10-14 13:03:20 -0400
commitdc220db03f15c9875aa09c36beba582f20c76be1 (patch)
tree77afffbec41db7a88f5a0ae853e2d9d3cd74e38b /net
parent2cc6128ab2afff7864dbdc33a73e2deaa935d9e0 (diff)
libceph: select CRYPTO_CBC in addition to CRYPTO_AES
We want "cbc(aes)" algorithm, so select CRYPTO_CBC too, not just CRYPTO_AES. Otherwise on !CRYPTO_CBC kernels we fail rbd map/mount with libceph: error -2 building auth method x request Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
Diffstat (limited to 'net')
-rw-r--r--net/ceph/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ceph/Kconfig b/net/ceph/Kconfig
index e50cc69ae8ca..f8cceb99e732 100644
--- a/net/ceph/Kconfig
+++ b/net/ceph/Kconfig
@@ -3,6 +3,7 @@ config CEPH_LIB
3 depends on INET 3 depends on INET
4 select LIBCRC32C 4 select LIBCRC32C
5 select CRYPTO_AES 5 select CRYPTO_AES
6 select CRYPTO_CBC
6 select CRYPTO 7 select CRYPTO
7 select KEYS 8 select KEYS
8 default n 9 default n