commit | 9fc102c1b2347772cae4cc553a29a15af8e34780 | [log] [tgz] |
---|---|---|
author | tylerliu <tylersiqi@163.com> | Tue Nov 17 11:44:50 2020 -0800 |
committer | tylerliu <tylersiqi@163.com> | Tue Nov 17 11:44:50 2020 -0800 |
tree | 718c9e28bc232c5481ea7cacb17ce2e03a72d71f | |
parent | 5a682d51447969d91a405492f246d8cb1cd235f8 [diff] [blame] |
fix array initializer Change-Id: I2500a1ae6391c4f00ef5e6f847d69d241b9cdad1
diff --git a/src/requester-request-state.hpp b/src/requester-request-state.hpp index a6cfc1b..c142a34 100644 --- a/src/requester-request-state.hpp +++ b/src/requester-request-state.hpp
@@ -88,7 +88,7 @@ /** * @brief AES key derived from the ecdh shared secret. */ - std::array<uint8_t, 16> m_aesKey = {{0}}; + std::array<uint8_t, 16> m_aesKey = {}; /** * @brief The counter of AES blocks that have been encrypted. */