diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-06 12:38:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-06 12:38:47 +0100 |
| commit | 4c2e6d70f15deb7e571af4a49c8643d3957f7b99 (patch) | |
| tree | e6f3dc6fdf62bf31edd973469f9c062f7f569b02 /src/decrypted_kdm.cc | |
| parent | d97e1600057d796c4163cecf28f9f04a6ea6402b (diff) | |
Add some KDM metadata accessors.
Diffstat (limited to 'src/decrypted_kdm.cc')
| -rw-r--r-- | src/decrypted_kdm.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/decrypted_kdm.cc b/src/decrypted_kdm.cc index 949db72b..f12752b6 100644 --- a/src/decrypted_kdm.cc +++ b/src/decrypted_kdm.cc @@ -181,6 +181,10 @@ DecryptedKDM::DecryptedKDM (EncryptedKDM const & kdm, string private_key) RSA_free (rsa); BIO_free (bio); + + _annotation_text = kdm.annotation_text (); + _content_title_text = kdm.content_title_text (); + _issue_date = kdm.issue_date (); } DecryptedKDM::DecryptedKDM ( |
