diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-08 23:56:52 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-08 23:56:52 +0000 |
| commit | 27e1378bede33c51835fd6307239692909d834d8 (patch) | |
| tree | 1c0da933f146ad814b99f80b61fa5f6aa2d684a9 /src/decrypted_kdm.cc | |
| parent | 4af8d182454ef8452210612c396d514077cd27e1 (diff) | |
Take thumbprint rather than a full dcp::Certificate for trusted devices.
Diffstat (limited to 'src/decrypted_kdm.cc')
| -rw-r--r-- | src/decrypted_kdm.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decrypted_kdm.cc b/src/decrypted_kdm.cc index 0fa95f9a..756028d1 100644 --- a/src/decrypted_kdm.cc +++ b/src/decrypted_kdm.cc @@ -305,7 +305,7 @@ EncryptedKDM DecryptedKDM::encrypt ( shared_ptr<const CertificateChain> signer, Certificate recipient, - vector<Certificate> trusted_devices, + vector<string> trusted_devices, Formulation formulation, bool disable_forensic_marking_picture, optional<int> disable_forensic_marking_audio |
