X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fcommon%2Fceph_crypto.h;fp=ceph%2Fsrc%2Fcommon%2Fceph_crypto.h;h=bcdc0044cbd59685c595b1a7e58e9629af2e862d;hb=1e59de90020f1d8d374046ef9cca56ccd4e806e2;hp=dd1b14ffab69ef10ced6213e82878a4da7b22a44;hpb=bd41e436e25044e8e83156060a37c23cb661c364;p=ceph.git diff --git a/ceph/src/common/ceph_crypto.h b/ceph/src/common/ceph_crypto.h index dd1b14ffa..bcdc0044c 100644 --- a/ceph/src/common/ceph_crypto.h +++ b/ceph/src/common/ceph_crypto.h @@ -54,6 +54,7 @@ namespace TOPNSPC::crypto { private: EVP_MD_CTX *mpContext; const EVP_MD *mpType; + EVP_MD *mpType_FIPS = nullptr; public: OpenSSLDigest (const EVP_MD *_type); ~OpenSSLDigest ();