summaryrefslogtreecommitdiff
path: root/src/decrypted_kdm.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-05-16 00:10:16 +0100
committerCarl Hetherington <cth@carlh.net>2016-05-16 00:10:16 +0100
commit92bec5911dc89d08f2a04fbdcfc32a8f274a5065 (patch)
tree693c5cdcc421e7af4a5bf8eff8a19f36fa09dbff /src/decrypted_kdm.cc
parentbeb6a305c07342b0e4611d94e95f9d18416beb27 (diff)
Pass annotation text from decrypted to encrypted KDMs.
Diffstat (limited to 'src/decrypted_kdm.cc')
-rw-r--r--src/decrypted_kdm.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/decrypted_kdm.cc b/src/decrypted_kdm.cc
index 6aba26de..b18d9a90 100644
--- a/src/decrypted_kdm.cc
+++ b/src/decrypted_kdm.cc
@@ -310,6 +310,7 @@ DecryptedKDM::encrypt (shared_ptr<const CertificateChain> signer, Certificate re
device_list_description,
_keys.front().cpl_id (),
_content_title_text,
+ _annotation_text,
_not_valid_before,
_not_valid_after,
formulation,