aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_constants.h')
-rw-r--r--src/include/gnunet_constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_constants.h b/src/include/gnunet_constants.h
index 771b473e8..93eec8ded 100644
--- a/src/include/gnunet_constants.h
+++ b/src/include/gnunet_constants.h
@@ -116,7 +116,7 @@ extern "C"
116 * Size of the 'struct EncryptedMessage' of the core (which 116 * Size of the 'struct EncryptedMessage' of the core (which
117 * is the per-message overhead of the core). 117 * is the per-message overhead of the core).
118 */ 118 */
119#define GNUNET_CONSTANTS_CORE_SIZE_ENCRYPTED_MESSAGE (24 + sizeof (GNUNET_HashCode)) 119#define GNUNET_CONSTANTS_CORE_SIZE_ENCRYPTED_MESSAGE (24 + sizeof (struct GNUNET_HashCode))
120 120
121/** 121/**
122 * Size of the 'struct OutboundMessage' of the transport 122 * Size of the 'struct OutboundMessage' of the transport