summaryrefslogtreecommitdiff
path: root/src/encrypted_kdm.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-21 15:42:48 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-21 15:42:48 +0100
commit55c649e790b73e3f8d493cd12c346e3bddcba25d (patch)
tree4f50d87782a4ec58219e5a2ef468075b5e4d36f7 /src/encrypted_kdm.h
parent19356a292ba53b6d40270b1e74af5dad2304dbd5 (diff)
Remove some shared_ptr-itis.
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 1fcd37f4..f89ba596 100644
--- a/src/encrypted_kdm.h
+++ b/src/encrypted_kdm.h
@@ -78,7 +78,7 @@ private:
/** Construct an EncryptedKDM from a set of details */
EncryptedKDM (
boost::shared_ptr<const Signer> signer,
- boost::shared_ptr<const Certificate> recipient,
+ Certificate recipient,
std::string device_list_description,
std::string cpl_id,
std::string cpl_content_title_text,