commit | 91f86ab4494988de69abe6b45fe3f30e2408bbfb | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Mon Oct 05 15:36:35 2020 -0700 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Mon Oct 05 15:36:35 2020 -0700 |
tree | af1df9440b2c274e60ccf32b57e748ccf7a9780b | |
parent | 0ff8e9b921c43603e83139ac2709f36098714e14 [diff] [blame] |
minor updates Change-Id: I87717fbedbedbb4f2525db6dd9a3d3a2c88e5d15
diff --git a/src/protocol-detail/new-renew-revoke.hpp b/src/protocol-detail/new-renew-revoke.hpp index 86c46d0..de5d558 100644 --- a/src/protocol-detail/new-renew-revoke.hpp +++ b/src/protocol-detail/new-renew-revoke.hpp
@@ -40,7 +40,7 @@ const std::list<std::string>& challenges); struct DecodedData { std::string ecdhKey; - std::string salt; + uint64_t salt; std::string requestId; Status requestStatus; std::list<std::string> challenges;