summaryrefslogtreecommitdiff
path: root/sys-cluster/ceph/files/ceph-12.2.12-dont-use-bad-namespace.patch
blob: 9a23e1ee60a411feafc79ff50c1a5e0cdce883b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/rgw/rgw_crypt.cc b/src/rgw/rgw_crypt.cc
index cf4e38995e..7a4089fca9 100644
--- a/src/rgw/rgw_crypt.cc
+++ b/src/rgw/rgw_crypt.cc
@@ -31,7 +31,7 @@ using namespace CryptoPP;
 #define dout_subsys ceph_subsys_rgw
 
 using namespace rgw;
-using ceph::crypto::PK11_ImportSymKey_FIPS;
+//using ceph::crypto::PK11_ImportSymKey_FIPS;
 
 /**
  * Encryption in CTR mode. offset is used as IV for each block.