summaryrefslogtreecommitdiff
path: root/src/kdm.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-09-24 20:49:18 +0100
committerCarl Hetherington <cth@carlh.net>2013-09-24 20:49:18 +0100
commita3aa0f8ee813656b255c24d23f4570ef56e7fca2 (patch)
tree0594bd048c3ac147b30169eb2c76c16a1306d952 /src/kdm.h
parentfa507ea166b8339bcf029ca73a487e7553fb5eb6 (diff)
Actually encrypt AuthenticatedPrivate section of KDM.
Diffstat (limited to 'src/kdm.h')
-rw-r--r--src/kdm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kdm.h b/src/kdm.h
index cee9db21..c594ecfb 100644
--- a/src/kdm.h
+++ b/src/kdm.h
@@ -72,7 +72,7 @@ public:
return _key;
}
- std::string base64 () const;
+ std::string encrypted_base64 (boost::shared_ptr<const Certificate>) const;
private:
void get (uint8_t *, uint8_t const **, int) const;