aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/cadet_protocol.h')
-rw-r--r--src/cadet/cadet_protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cadet/cadet_protocol.h b/src/cadet/cadet_protocol.h
index e1f768ab7..c63337c95 100644
--- a/src/cadet/cadet_protocol.h
+++ b/src/cadet/cadet_protocol.h
@@ -290,7 +290,7 @@ struct GNUNET_CADET_Encrypted
290 * Everything after this value will be encrypted with the header key 290 * Everything after this value will be encrypted with the header key
291 * and authenticated. 291 * and authenticated.
292 */ 292 */
293 struct GNUNET_CADET_Hash hmac; 293 struct GNUNET_ShortHashCode hmac;
294 294
295 /**************** AX_HEADER start ****************/ 295 /**************** AX_HEADER start ****************/
296 296