]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph_crypto.cc: remove unused shutdown() outside crypto ifdef's
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 6 Feb 2013 11:02:45 +0000 (12:02 +0100)
committerSage Weil <sage@inktank.com>
Wed, 6 Feb 2013 16:42:03 +0000 (08:42 -0800)
commita4042cc3c9347d79adac637324d1ef88fe0869a4
tree545cd79d8b33757c64a466aab516ec54d1d02473
parent42682963cc72d4cfdf8b8015b8301d728687695a
ceph_crypto.cc: remove unused shutdown() outside crypto ifdef's

Fix "out-of-line declaration of a member must be a definition
[-Wout-of-line-declaration]". Remove ceph::crypto::shutdown() outside
the crypto related ifdef's. Without nss or cryptopp configure will
fail anyways.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/common/ceph_crypto.cc