summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>2013-02-05 23:52:24 +0100
committerGary Lowell <glowell@inktank.com>2013-02-05 19:29:10 -0800
commit4b315535cd2b41b92e06e551a5eee7f5473e3ffa (patch)
tree545cd79d8b33757c64a466aab516ec54d1d02473
parentfc4a1fd168253e141a3dc8f025c753a2244df7be (diff)
downloadceph-4b315535cd2b41b92e06e551a5eee7f5473e3ffa.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)