aboutsummaryrefslogtreecommitdiff
path: root/src/gnsrecord
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-17 00:25:55 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-17 00:26:05 +0100
commit1126181ab98fd7e9e6cca0786939020b161fcb94 (patch)
tree59fbaf240b762ea9f3ed2330efc09c0adaf41387 /src/gnsrecord
parent32b55237f2b94b4940d7031a0bc1adcf8b63824a (diff)
downloadgnunet-1126181ab98fd7e9e6cca0786939020b161fcb94.tar.gz
gnunet-1126181ab98fd7e9e6cca0786939020b161fcb94.zip
include buffer in main util header
Diffstat (limited to 'src/gnsrecord')
-rw-r--r--src/gnsrecord/gnsrecord_crypto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnsrecord/gnsrecord_crypto.c b/src/gnsrecord/gnsrecord_crypto.c
index b27688019..ea8baa77d 100644
--- a/src/gnsrecord/gnsrecord_crypto.c
+++ b/src/gnsrecord/gnsrecord_crypto.c
@@ -80,7 +80,7 @@ derive_block_aes_key (struct GNUNET_CRYPTO_SymmetricInitializationVector *iv,
80 * @param rd_count number of records 80 * @param rd_count number of records
81 * @return NULL on error (block too large) 81 * @return NULL on error (block too large)
82 */ 82 */
83struct GNUNET_GNSRECORD_Block * 83static struct GNUNET_GNSRECORD_Block *
84block_create (const struct GNUNET_CRYPTO_EcdsaPrivateKey *key, 84block_create (const struct GNUNET_CRYPTO_EcdsaPrivateKey *key,
85 const struct GNUNET_CRYPTO_EcdsaPublicKey *pkey, 85 const struct GNUNET_CRYPTO_EcdsaPublicKey *pkey,
86 struct GNUNET_TIME_Absolute expire, 86 struct GNUNET_TIME_Absolute expire,