diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-02-14 16:26:15 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-02-14 16:26:15 +0000 |
| commit | 297de9fa11c6cc296be22b227b33dcd13e2b0462 (patch) | |
| tree | 877d53d0fcfbf4ac1653a93c1dadb7b49be53852 /src/decrypted_kdm.h | |
| parent | 1a1f074d64d05ba9108e9046a44b98a1976e5ef2 (diff) | |
Tidy up storage of key type in DecryptedKDMKey.
Diffstat (limited to 'src/decrypted_kdm.h')
| -rw-r--r-- | src/decrypted_kdm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decrypted_kdm.h b/src/decrypted_kdm.h index 752ced04..585cc615 100644 --- a/src/decrypted_kdm.h +++ b/src/decrypted_kdm.h @@ -133,7 +133,7 @@ public: Formulation formulation ) const; - void add_key (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); void add_key (DecryptedKDMKey key); /** @return This KDM's (decrypted) keys, which could be used to decrypt assets. */ |
