]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/common/ceph_crypto.h
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / common / ceph_crypto.h
index dd1b14ffab69ef10ced6213e82878a4da7b22a44..bcdc0044cbd59685c595b1a7e58e9629af2e862d 100644 (file)
@@ -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 ();