aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_namespace_advertise.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_namespace_advertise.c')
-rw-r--r--src/fs/fs_namespace_advertise.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/fs_namespace_advertise.c b/src/fs/fs_namespace_advertise.c
index e0226ca35..c0e15541c 100644
--- a/src/fs/fs_namespace_advertise.c
+++ b/src/fs/fs_namespace_advertise.c
@@ -132,8 +132,8 @@ advertisement_cont (void *cls, int success,
132{ 132{
133 struct GNUNET_FS_AdvertisementContext *ac = cls; 133 struct GNUNET_FS_AdvertisementContext *ac = cls;
134 const char *keyword; 134 const char *keyword;
135 GNUNET_HashCode key; 135 struct GNUNET_HashCode key;
136 GNUNET_HashCode query; 136 struct GNUNET_HashCode query;
137 struct GNUNET_CRYPTO_AesSessionKey skey; 137 struct GNUNET_CRYPTO_AesSessionKey skey;
138 struct GNUNET_CRYPTO_AesInitializationVector iv; 138 struct GNUNET_CRYPTO_AesInitializationVector iv;
139 struct GNUNET_CRYPTO_RsaPrivateKey *pk; 139 struct GNUNET_CRYPTO_RsaPrivateKey *pk;