diff options
Diffstat (limited to 'src/auth/Crypto.h')
-rw-r--r-- | src/auth/Crypto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/auth/Crypto.h b/src/auth/Crypto.h index a29ac1abd81..3ce655a1256 100644 --- a/src/auth/Crypto.h +++ b/src/auth/Crypto.h @@ -111,6 +111,8 @@ public: void encode(ceph::buffer::list& bl) const; void decode(ceph::buffer::list::const_iterator& bl); + void dump(ceph::Formatter *f) const; + static void generate_test_instances(std::list<CryptoKey*>& ls); void clear() { *this = CryptoKey(); |