commit | 8704d03339d385c80c5fe7a1879cf94a7b62e13f | [log] [tgz] |
---|---|---|
author | tylerliu <tylersiqi@163.com> | Tue Jun 23 10:18:15 2020 -0700 |
committer | tylerliu <tylersiqi@163.com> | Sat Oct 03 22:28:37 2020 -0700 |
tree | 4e3238331987c1a52c38c496d2002c66b12e729b | |
parent | 34a8d4336887c1ad2342cbe257d44dc4ed19a8ce [diff] [blame] |
Rename RequestState to CaState - to prevent confusion with RequesterState Change-Id: I56048e289fded44bf39dd1fe6a5e26ddd3938b99
diff --git a/src/challenge-modules/challenge-credential.hpp b/src/challenge-modules/challenge-credential.hpp index 07b0158..2354767 100644 --- a/src/challenge-modules/challenge-credential.hpp +++ b/src/challenge-modules/challenge-credential.hpp
@@ -53,7 +53,7 @@ // For CA std::tuple<ErrorCode, std::string> - handleChallengeRequest(const Block& params, RequestState& request) override; + handleChallengeRequest(const Block& params, CaState& request) override; // For Client std::vector<std::tuple<std::string, std::string>>