From dc220db03f15c9875aa09c36beba582f20c76be1 Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Fri, 5 Sep 2014 20:16:52 +0400 Subject: [PATCH] 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 --- Reading git-format-patch failed