diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-24 20:49:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-24 20:49:18 +0100 |
| commit | a3aa0f8ee813656b255c24d23f4570ef56e7fca2 (patch) | |
| tree | 0594bd048c3ac147b30169eb2c76c16a1306d952 /src/kdm.h | |
| parent | fa507ea166b8339bcf029ca73a487e7553fb5eb6 (diff) | |
Actually encrypt AuthenticatedPrivate section of KDM.
Diffstat (limited to 'src/kdm.h')
| -rw-r--r-- | src/kdm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
