summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>2013-02-06 12:02:45 +0100
committerSage Weil <sage@inktank.com>2013-02-06 08:42:03 -0800
commita4042cc3c9347d79adac637324d1ef88fe0869a4 (patch)
tree545cd79d8b33757c64a466aab516ec54d1d02473
parent42682963cc72d4cfdf8b8015b8301d728687695a (diff)
downloadceph-a4042cc3c9347d79adac637324d1ef88fe0869a4.tar.gz
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>
-rw-r--r--src/common/ceph_crypto.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/ceph_crypto.cc b/src/common/ceph_crypto.cc
index 3f04349c20b..96fa157c9f5 100644
--- a/src/common/ceph_crypto.cc
+++ b/src/common/ceph_crypto.cc
@@ -20,7 +20,6 @@
#include <pthread.h>
#include <stdlib.h>
-void ceph::crypto::shutdown();
#ifdef USE_CRYPTOPP
void ceph::crypto::init(CephContext *cct)