1
0
Fork 0

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>
hifive-unleashed-5.1
Ilya Dryomov 2014-09-05 20:16:52 +04:00 committed by Ilya Dryomov
parent 2cc6128ab2
commit dc220db03f
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ config CEPH_LIB
depends on INET
select LIBCRC32C
select CRYPTO_AES
select CRYPTO_CBC
select CRYPTO
select KEYS
default n