From a101e9b37474e82102637b09de03c5d602201983 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 2 Oct 2015 03:37:52 +0000 Subject: Fix try_old_keys, in order to use it for data with the same Header key but out-of-order message number --- src/cadet/cadet_protocol.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/cadet/cadet_protocol.h') diff --git a/src/cadet/cadet_protocol.h b/src/cadet/cadet_protocol.h index 0e0030986..cba574c08 100644 --- a/src/cadet/cadet_protocol.h +++ b/src/cadet/cadet_protocol.h @@ -319,6 +319,8 @@ struct GNUNET_CADET_AX */ struct GNUNET_CADET_Hash hmac; + /**************** AX_HEADER start ****************/ + /** * Number of messages sent with the current ratchet key. */ @@ -334,6 +336,8 @@ struct GNUNET_CADET_AX */ struct GNUNET_CRYPTO_EcdhePublicKey DHRs; + /**************** AX_HEADER end ****************/ + /** * Encrypted content follows. */ -- cgit v1.2.3