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/src/detail/ca-state.hpp b/src/detail/ca-state.hpp index 23ad6db..994d185 100644 --- a/src/detail/ca-state.hpp +++ b/src/detail/ca-state.hpp
@@ -135,7 +135,7 @@ /** * @brief The challenge state. */ - boost::optional<ChallengeState> m_challengeState; + optional<ChallengeState> m_challengeState; }; std::ostream&