summaryrefslogtreecommitdiff
path: root/src/decrypted_kdm.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-02-14 16:43:59 +0000
committerCarl Hetherington <cth@carlh.net>2017-02-14 16:43:59 +0000
commitadb4f8a5014c3888f3322d1765fb0ee52b1d3169 (patch)
treeb8b06de0a2138d42efa44fa537a51492328d630a /src/decrypted_kdm.h
parentb8ae635ba057c68eb1d883e62df353f73def3c57 (diff)
Extract KDM standard.
Diffstat (limited to 'src/decrypted_kdm.h')
-rw-r--r--src/decrypted_kdm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decrypted_kdm.h b/src/decrypted_kdm.h
index 585cc615..56529b5d 100644
--- a/src/decrypted_kdm.h
+++ b/src/decrypted_kdm.h
@@ -133,7 +133,7 @@ public:
Formulation formulation
) const;
- void add_key (boost::optional<std::string> type, std::string key_id, Key key, std::string cpl_id);
+ void add_key (boost::optional<std::string> type, std::string key_id, Key key, std::string cpl_id, Standard standard);
void add_key (DecryptedKDMKey key);
/** @return This KDM's (decrypted) keys, which could be used to decrypt assets. */