summaryrefslogtreecommitdiff
path: root/src/encrypted_kdm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/encrypted_kdm.h')
-rw-r--r--src/encrypted_kdm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encrypted_kdm.h b/src/encrypted_kdm.h
index ddc0273a..175b578f 100644
--- a/src/encrypted_kdm.h
+++ b/src/encrypted_kdm.h
@@ -102,7 +102,7 @@ private:
/** Construct an EncryptedKDM from a set of details */
EncryptedKDM (
- boost::shared_ptr<const CertificateChain> signer,
+ std::shared_ptr<const CertificateChain> signer,
Certificate recipient,
std::vector<std::string> trusted_devices,
std::string cpl_id,