commit | a50703f91b97d1e57a457f224d27b2dd6ef12c4f | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Tue Sep 17 14:24:15 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Tue Sep 17 14:24:15 2013 -0700 |
tree | d7b2d64f1f5ca11b287c337e4d2c1d8e7c3e636b | |
parent | bad29b3f8160c01d30a854f27e762f8f0fda975b [diff] |
security: Fix bug in PrivateKeyStorage: Make public.
diff --git a/ndn-cpp/security/identity/private-key-storage.hpp b/ndn-cpp/security/identity/private-key-storage.hpp index 246bd91..4bc91b9 100644 --- a/ndn-cpp/security/identity/private-key-storage.hpp +++ b/ndn-cpp/security/identity/private-key-storage.hpp
@@ -15,6 +15,7 @@ namespace ndn { class PrivateKeyStorage { +public: /** * The virtual destructor */