summaryrefslogtreecommitdiff
path: root/src/encrypted_kdm.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-07-30 02:10:09 +0100
committerCarl Hetherington <cth@carlh.net>2015-07-30 02:10:09 +0100
commit57b862d997857868d0c3c91a9776f854b62c6b56 (patch)
treeed3bf26ba60645094853d05918bc22750bb356f7 /src/encrypted_kdm.h
parentd69d2d2d32b6f874cc13ecec1ce705d44a1feb24 (diff)
Merge Signer into CertificateChain.
Diffstat (limited to 'src/encrypted_kdm.h')
-rw-r--r--src/encrypted_kdm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/encrypted_kdm.h b/src/encrypted_kdm.h
index dc98e1f1..247d6678 100644
--- a/src/encrypted_kdm.h
+++ b/src/encrypted_kdm.h
@@ -39,7 +39,7 @@ namespace data {
class EncryptedKDMData;
}
-class Signer;
+class CertificateChain;
class Certificate;
/** @class EncryptedKDM
@@ -77,7 +77,7 @@ private:
/** Construct an EncryptedKDM from a set of details */
EncryptedKDM (
- boost::shared_ptr<const Signer> signer,
+ boost::shared_ptr<const CertificateChain> signer,
Certificate recipient,
std::string device_list_description,
std::string cpl_id,