commit | a6fd638783e95522b542b00ab9255e78e596cca4 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Tue Sep 24 15:23:37 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Tue Sep 24 15:23:37 2013 -0700 |
tree | 12510a376e2531d62963f65a963d119c5bdb0f11 | |
parent | 9296f0c25fa5e46443594ece69d2397c294996a5 [diff] [blame] |
security: Change IdentityStorage.getCertificate to return Certificate instead of Data.
diff --git a/ndn-cpp/security/identity/memory-identity-storage.cpp b/ndn-cpp/security/identity/memory-identity-storage.cpp index a70c339..a7acf84 100644 --- a/ndn-cpp/security/identity/memory-identity-storage.cpp +++ b/ndn-cpp/security/identity/memory-identity-storage.cpp
@@ -118,7 +118,7 @@ #endif } -ptr_lib::shared_ptr<Data> +ptr_lib::shared_ptr<Certificate> MemoryIdentityStorage::getCertificate(const Name &certificateName, bool allowAny) { #if 1