commit | a7bea6643bdd8af760ec41541b0ee9beb33892e7 | [log] [tgz] |
---|---|---|
author | tylerliu <tylersiqi@163.com> | Thu Oct 08 18:51:02 2020 -0700 |
committer | tylerliu <tylersiqi@163.com> | Thu Oct 08 18:51:02 2020 -0700 |
tree | 99597300e0845384db47fead1f0797477391e581 | |
parent | 6bb1d08eb4c630eec8bb2aa3f2427f879f5b47bf [diff] [blame] |
Migrate to ndn-cxx 0.7.1: Part 1 Change-Id: I621a6230272cfde5d84aa5ca9abdf40a91337491
diff --git a/src/identity-challenge/challenge-credential.hpp b/src/identity-challenge/challenge-credential.hpp index 2c0229b..49670f6 100644 --- a/src/identity-challenge/challenge-credential.hpp +++ b/src/identity-challenge/challenge-credential.hpp
@@ -76,7 +76,7 @@ parseConfigFile(); PUBLIC_WITH_TESTS_ELSE_PRIVATE: - std::list<security::v2::Certificate> m_trustAnchors; + std::list<security::Certificate> m_trustAnchors; std::string m_configFile; };