Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

libceph: remove the unused macro AES_KEY_SIZE

This removes the no longer used macro AES_KEY_SIZE as no functions use
this macro anymore and thus this macro can be removed due it no longer
being required.

Signed-off-by: Nicholas Krause <xerofoify@gmail.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>

authored by

Nicholas Krause and committed by
Ilya Dryomov
b79b2368 a341d4df

-4
-4
net/ceph/crypto.c
··· 79 79 return 0; 80 80 } 81 81 82 - 83 - 84 - #define AES_KEY_SIZE 16 85 - 86 82 static struct crypto_blkcipher *ceph_crypto_alloc_cipher(void) 87 83 { 88 84 return crypto_alloc_blkcipher("cbc(aes)", 0, CRYPTO_ALG_ASYNC);