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/protocol-detail/new-renew-revoke.cpp b/src/protocol-detail/new-renew-revoke.cpp index 6cae7ff..9d6f5f8 100644 --- a/src/protocol-detail/new-renew-revoke.cpp +++ b/src/protocol-detail/new-renew-revoke.cpp
@@ -76,7 +76,7 @@ Block NEW_RENEW_REVOKE::encodeDataContent(const std::string& ecdhKey, const std::string& salt, - const RequestState& request, + const CaState& request, const std::list<std::string>& challenges) { Block response = makeEmptyBlock(tlv::Content);