Migrate to ndn-cxx 0.7.1: Part 1
Change-Id: I621a6230272cfde5d84aa5ca9abdf40a91337491
diff --git a/src/configuration.hpp b/src/configuration.hpp
index 40285e0..44c7df9 100644
--- a/src/configuration.hpp
+++ b/src/configuration.hpp
@@ -63,7 +63,7 @@
* CA's certificate. Only Client side will have m_cert.
* Default: nullptr.
*/
- std::shared_ptr<security::v2::Certificate> m_cert;
+ std::shared_ptr<security::Certificate> m_cert;
void
parse(const JsonSection& configJson);
@@ -126,7 +126,7 @@
* Used for CA redirection as specified in
* https://github.com/named-data/ndncert/wiki/NDNCERT-Protocol-0.3-PROBE-Extensions#probe-extension-for-redirection
*/
- boost::optional<std::vector<std::shared_ptr<security::v2::Certificate>>> m_redirection;
+ boost::optional<std::vector<std::shared_ptr<security::Certificate>>> m_redirection;
/**
* StatusUpdate Callback function
*/