From a3aa0f8ee813656b255c24d23f4570ef56e7fca2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 24 Sep 2013 20:49:18 +0100 Subject: Actually encrypt AuthenticatedPrivate section of KDM. --- src/kdm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kdm.h') 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; private: void get (uint8_t *, uint8_t const **, int) const; -- cgit v1.2.3