Skip to content

Commit b79b236

Browse files
NwPKrauseidryomov
authored andcommitted
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>
1 parent a341d4d commit b79b236

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

net/ceph/crypto.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@ int ceph_crypto_key_unarmor(struct ceph_crypto_key *key, const char *inkey)
7979
return 0;
8080
}
8181

82-
83-
84-
#define AES_KEY_SIZE 16
85-
8682
static struct crypto_blkcipher *ceph_crypto_alloc_cipher(void)
8783
{
8884
return crypto_alloc_blkcipher("cbc(aes)", 0, CRYPTO_ALG_ASYNC);

0 commit comments

Comments
 (0)