- fix coverity
[oweals/gnunet.git] / src / cadet / cadet_protocol.h
index 27247e9428888c79b83d6651d089c3d495747c73..dbb4f604fc64e16fca44e4525fc081af8ab0018d 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     Copyright (C) 2001 - 2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2001 - 2011 GNUnet e.V.
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -14,8 +14,8 @@
 
      You should have received a copy of the GNU General Public License
      along with GNUnet; see the file COPYING.  If not, write to the
-     Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-     Boston, MA 02111-1307, USA.
+     Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+     Boston, MA 02110-1301, USA.
 */
 
 /**
@@ -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.
    */