commit | 3bd90bcd3a9dd77c27484de7060eb55cd976024f | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Sat Oct 19 16:40:14 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Sat Oct 19 16:40:14 2013 -0700 |
tree | c15236a4ae924d36aa70d5386f217d43d841a71c | |
parent | d63babaaa1e70310ed71be5c236b8538064bd811 [diff] [blame] |
security: Implement BasicIdentityStorage::getCertificate
diff --git a/ndn-cpp/security/identity/memory-identity-storage.cpp b/ndn-cpp/security/identity/memory-identity-storage.cpp index 164862e..eb77865 100644 --- a/ndn-cpp/security/identity/memory-identity-storage.cpp +++ b/ndn-cpp/security/identity/memory-identity-storage.cpp
@@ -123,7 +123,7 @@ #endif } -ptr_lib::shared_ptr<Certificate> +ptr_lib::shared_ptr<Data> MemoryIdentityStorage::getCertificate(const Name &certificateName, bool allowAny) { #if 1