aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_crypto_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_crypto_lib.h')
-rw-r--r--src/include/gnunet_crypto_lib.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index 53137c179..76806d432 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -121,6 +121,8 @@ struct GNUNET_CRYPTO_RsaSignature
121}; 121};
122 122
123 123
124GNUNET_NETWORK_STRUCT_BEGIN
125
124/** 126/**
125 * @brief header of what an RSA signature signs 127 * @brief header of what an RSA signature signs
126 * this must be followed by "size - 8" bytes of 128 * this must be followed by "size - 8" bytes of
@@ -197,7 +199,7 @@ struct GNUNET_CRYPTO_AesSessionKey
197 */ 199 */
198 uint32_t crc32 GNUNET_PACKED; 200 uint32_t crc32 GNUNET_PACKED;
199}; 201};
200 202GNUNET_NETWORK_STRUCT_END
201 203
202/** 204/**
203 * @brief IV for sym cipher 205 * @brief IV for sym cipher