Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / common / ceph_crypto_cms.h
1 #ifndef CEPH_CRYPTO_CMS_H
2 #define CEPH_CRYPTO_CMS_H
3
4 #include "include/buffer_fwd.h"
5
6 class CephContext;
7
8 int ceph_decode_cms(CephContext *cct, bufferlist& cms_bl, bufferlist& decoded_bl);
9
10 #endif