Rename RequestState to CaState
- to prevent confusion with RequesterState
Change-Id: I56048e289fded44bf39dd1fe6a5e26ddd3938b99
diff --git a/src/requester.hpp b/src/requester.hpp
index 5a19c2d..7dc162d 100644
--- a/src/requester.hpp
+++ b/src/requester.hpp
@@ -18,11 +18,11 @@
* See AUTHORS.md for complete list of ndncert authors and contributors.
*/
-#ifndef NDNCERT_CLIENT_MODULE_HPP
-#define NDNCERT_CLIENT_MODULE_HPP
+#ifndef NDNCERT_REQUESTER_HPP
+#define NDNCERT_REQUESTER_HPP
#include "configuration.hpp"
-#include "request-state.hpp"
+#include "ca-state.hpp"
#include "crypto-support/crypto-helper.hpp"
namespace ndn {
@@ -120,4 +120,4 @@
} // namespace ndncert
} // namespace ndn
-#endif // NDNCERT_CLIENT_MODULE_HPP
+#endif // NDNCERT_REQUESTER_HPP