Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b79b2368 authored by Nicholas Krause's avatar Nicholas Krause Committed by Ilya Dryomov
Browse files

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: default avatarNicholas Krause <xerofoify@gmail.com>
Signed-off-by: default avatarIlya Dryomov <idryomov@gmail.com>
parent a341d4df
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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);