summaryrefslogtreecommitdiff
path: root/src/decrypted_kdm.h
diff options
context:
space:
mode:
authorMart Jansink <mart@gofilex.nl>2018-02-13 13:34:23 +0100
committerCarl Hetherington <cth@carlh.net>2018-02-14 22:16:07 +0000
commit697a8c5a86b013ff4dd78b6c3b79b09522bd9e46 (patch)
tree13ec1e8bf91e9d0cce3662265e2d5373af4eedf0 /src/decrypted_kdm.h
parent730ba2273b136ad5a3bfc1a185d69e6cc50a65af (diff)
Make disabling forensic marking optional.
Diffstat (limited to 'src/decrypted_kdm.h')
-rw-r--r--src/decrypted_kdm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/decrypted_kdm.h b/src/decrypted_kdm.h
index 56529b5d..c264bfbc 100644
--- a/src/decrypted_kdm.h
+++ b/src/decrypted_kdm.h
@@ -130,7 +130,9 @@ public:
boost::shared_ptr<const CertificateChain> signer,
Certificate recipient,
std::vector<Certificate> trusted_devices,
- Formulation formulation
+ Formulation formulation,
+ int disable_forensic_marking_picture,
+ int disable_forensic_marking_audio
) const;
void add_key (boost::optional<std::string> type, std::string key_id, Key key, std::string cpl_id, Standard standard);