libceph: remove the unused macro AES_KEY_SIZE
authorNicholas Krause <xerofoify@gmail.com>
Sun, 5 Jul 2015 06:34:05 +0000 (06:34 +0000)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 8 Sep 2015 20:14:28 +0000 (23:14 +0300)
commitb79b23682a1649f30960fb5bd920ba46c89a1b14
tree5aa3c32b092de37fbbb9d913d9b9a8616e4e726c
parenta341d4df87487ae68189e0be869c39a2b0cb9aaa
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>
net/ceph/crypto.c