summaryrefslogtreecommitdiff
path: root/src/encrypted_kdm.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-11-08 23:56:52 +0000
committerCarl Hetherington <cth@carlh.net>2018-11-08 23:56:52 +0000
commit27e1378bede33c51835fd6307239692909d834d8 (patch)
tree1c0da933f146ad814b99f80b61fa5f6aa2d684a9 /src/encrypted_kdm.h
parent4af8d182454ef8452210612c396d514077cd27e1 (diff)
Take thumbprint rather than a full dcp::Certificate for trusted devices.
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 3ac15864..e52fa0a1 100644
--- a/src/encrypted_kdm.h
+++ b/src/encrypted_kdm.h
@@ -103,7 +103,7 @@ private:
EncryptedKDM (
boost::shared_ptr<const CertificateChain> signer,
Certificate recipient,
- std::vector<Certificate> trusted_devices,
+ std::vector<std::string> trusted_devices,
std::string cpl_id,
std::string cpl_content_title_text,
boost::optional<std::string> annotation_text,