summaryrefslogtreecommitdiff
path: root/src/encrypted_kdm.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-20 23:38:07 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-20 23:38:07 +0100
commit26f6ead44ff6bcb259c1755f91beb0a9e3eee988 (patch)
tree00a3afe3375208ce7cd8f2650fefd368467fc5aa /src/encrypted_kdm.h
parente52f18d28d90c9deba31a441d566db94be0571b2 (diff)
Allow loading of EncryptedKDMs from strings.
Diffstat (limited to 'src/encrypted_kdm.h')
-rw-r--r--src/encrypted_kdm.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/encrypted_kdm.h b/src/encrypted_kdm.h
index 0d459d5a..1fcd37f4 100644
--- a/src/encrypted_kdm.h
+++ b/src/encrypted_kdm.h
@@ -52,11 +52,7 @@ class Certificate;
class EncryptedKDM
{
public:
- /** Read a KDM from an XML file.
- * @param file XML file to read.
- */
- EncryptedKDM (boost::filesystem::path file);
-
+ EncryptedKDM (std::string);
EncryptedKDM (EncryptedKDM const & kdm);
EncryptedKDM & operator= (EncryptedKDM const &);
~EncryptedKDM ();