From a4042cc3c9347d79adac637324d1ef88fe0869a4 Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Wed, 6 Feb 2013 12:02:45 +0100 Subject: [PATCH] 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 --- src/common/ceph_crypto.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/ceph_crypto.cc b/src/common/ceph_crypto.cc index 3f04349c20bee..96fa157c9f5a7 100644 --- a/src/common/ceph_crypto.cc +++ b/src/common/ceph_crypto.cc @@ -20,7 +20,6 @@ #include #include -void ceph::crypto::shutdown(); #ifdef USE_CRYPTOPP void ceph::crypto::init(CephContext *cct) -- 2.39.5