commit | 997669a248342eaed11f0826039b5a8aa60480ec | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Wed Oct 28 21:15:40 2020 -0700 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Wed Oct 28 21:15:40 2020 -0700 |
tree | 52eac8b2fc17d4ca3903c41455d2569a19c26494 | |
parent | 8693410ce39dec160778231ed6952e462c346220 [diff] [blame] |
use ndn::optional instead of boost::optional Change-Id: If4db620ac410ddf5d8a082b26bdc8fef0b4c1b46
diff --git a/tools/ndncert-client.cpp b/tools/ndncert-client.cpp index fc074a0..0807edc 100644 --- a/tools/ndncert-client.cpp +++ b/tools/ndncert-client.cpp
@@ -190,7 +190,7 @@ static void InfoCb(const Data& reply, const Name& certFullName) { - boost::optional<CaProfile> profile; + optional<CaProfile> profile; try { if (certFullName.empty()) { profile = Requester::onCaProfileResponse(reply);