diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-15 20:53:25 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-11-15 20:53:25 +0000 |
| commit | cb18463291c502979d661b75e9e446f6c9bb0e3c (patch) | |
| tree | 99f2b5b3bef02dfcc053905f9193f98028eab2bc /src/encrypted_kdm.h | |
| parent | dc31f6d229c0b0c3d953022594c8bb713ca5d72e (diff) | |
Support trusted device lists in KDMs.
Diffstat (limited to 'src/encrypted_kdm.h')
| -rw-r--r-- | src/encrypted_kdm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/encrypted_kdm.h b/src/encrypted_kdm.h index a22b3b40..9e5b09d4 100644 --- a/src/encrypted_kdm.h +++ b/src/encrypted_kdm.h @@ -83,6 +83,7 @@ private: EncryptedKDM ( boost::shared_ptr<const CertificateChain> signer, Certificate recipient, + std::vector<Certificate> trusted_devices, std::string device_list_description, std::string cpl_id, std::string cpl_content_title_text, |
