summaryrefslogtreecommitdiff
path: root/src/encrypted_kdm.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-24 01:06:04 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-24 01:06:04 +0100
commit9e523d8a4062ad52330dff6c2ba50e54184c9bb2 (patch)
treecc10da19d90f9ad1d17066e152602c3f88e5bf2b /src/encrypted_kdm.h
parent242d42f32a1fbcf9fb1fe64d8c98e907e407703d (diff)
No-op: whitespace.
Diffstat (limited to 'src/encrypted_kdm.h')
-rw-r--r--src/encrypted_kdm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/encrypted_kdm.h b/src/encrypted_kdm.h
index f89ba596..dc98e1f1 100644
--- a/src/encrypted_kdm.h
+++ b/src/encrypted_kdm.h
@@ -39,7 +39,7 @@ namespace data {
class EncryptedKDMData;
}
-class Signer;
+class Signer;
class Certificate;
/** @class EncryptedKDM
@@ -70,7 +70,7 @@ public:
* keys (also key id, CPL id etc.)
*/
std::list<std::string> keys () const;
-
+
private:
friend class DecryptedKDM;
@@ -88,7 +88,7 @@ private:
std::list<std::pair<std::string, std::string> > key_ids,
std::list<std::string> keys
);
-
+
data::EncryptedKDMData* _data;
};