From a4e5bf977297f3142e51c3fe94b0ded8af12224a Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Wed, 25 Feb 2015 17:33:00 +0000 Subject: Don't bother passing through the mac_length, the caller already knows it since they supplied it --- include/axolotl/message.hh | 1 - 1 file changed, 1 deletion(-) (limited to 'include/axolotl/message.hh') 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; -- cgit v1.2.3