diff options
author | Nicholas Krause <xerofoify@gmail.com> | 2015-07-05 02:34:05 -0400 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2015-09-08 16:14:28 -0400 |
commit | b79b23682a1649f30960fb5bd920ba46c89a1b14 (patch) | |
tree | 5aa3c32b092de37fbbb9d913d9b9a8616e4e726c /net | |
parent | a341d4df87487ae68189e0be869c39a2b0cb9aaa (diff) |
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/ceph/crypto.c | 4 |
1 files changed, 0 insertions, 4 deletions
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) | |||
79 | return 0; | 79 | return 0; |
80 | } | 80 | } |
81 | 81 | ||
82 | |||
83 | |||
84 | #define AES_KEY_SIZE 16 | ||
85 | |||
86 | static struct crypto_blkcipher *ceph_crypto_alloc_cipher(void) | 82 | static struct crypto_blkcipher *ceph_crypto_alloc_cipher(void) |
87 | { | 83 | { |
88 | return crypto_alloc_blkcipher("cbc(aes)", 0, CRYPTO_ALG_ASYNC); | 84 | return crypto_alloc_blkcipher("cbc(aes)", 0, CRYPTO_ALG_ASYNC); |