From: Nicholas Krause Date: Sun, 5 Jul 2015 06:34:05 +0000 (+0000) Subject: ceph:Remove the unused marco AES_KEY_SIZE X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9d64d5c93de010aca20ede9491fa3de77d91482c;p=ceph-client.git ceph:Remove the unused marco AES_KEY_SIZE This removes the no longer used marco AES_KEY_SIZE as no functions use this marco anymore and thus this marco can be removed due it no longer being required. Signed-off-by: Nicholas Krause Signed-off-by: Yan, Zheng --- diff --git a/net/ceph/crypto.c b/net/ceph/crypto.c index 790fe89d90c0..4440edcce0d6 100644 --- a/net/ceph/crypto.c +++ b/net/ceph/crypto.c @@ -79,10 +79,6 @@ int ceph_crypto_key_unarmor(struct ceph_crypto_key *key, const char *inkey) return 0; } - - -#define AES_KEY_SIZE 16 - static struct crypto_blkcipher *ceph_crypto_alloc_cipher(void) { return crypto_alloc_blkcipher("cbc(aes)", 0, CRYPTO_ALG_ASYNC);