aboutsummaryrefslogtreecommitdiff
path: root/include/axolotl/message.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/axolotl/message.hh')
-rw-r--r--include/axolotl/message.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/axolotl/message.hh b/include/axolotl/message.hh
index 85579cf..ac4b3e0 100644
--- a/include/axolotl/message.hh
+++ b/include/axolotl/message.hh
@@ -29,7 +29,6 @@ struct MessageReader {
std::uint32_t counter;
std::size_t ratchet_key_length;
std::size_t ciphertext_length;
- std::size_t mac_length;
std::uint8_t const * ratchet_key;
std::uint8_t const * ciphertext;
std::uint8_t const * mac;