rename identity challenge dir to challenge
Change-Id: Ieb89704404dae2086bd83987624670432bb69663
diff --git a/src/detail/ca-request-state.hpp b/src/detail/ca-request-state.hpp
index 27d19fa..160760e 100644
--- a/src/detail/ca-request-state.hpp
+++ b/src/detail/ca-request-state.hpp
@@ -34,9 +34,7 @@
CHALLENGE = 1,
PENDING = 2,
SUCCESS = 3,
- FAILURE = 4,
- NOT_STARTED = 5,
- ENDED = 6
+ FAILURE = 4
};
/**
@@ -121,7 +119,7 @@
/**
* @brief The status of the request.
*/
- Status m_status = Status::NOT_STARTED;
+ Status m_status;
/**
* @brief The self-signed certificate in the request.
*/