aboutsummaryrefslogtreecommitdiff
path: root/src/hello/gnunet-hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hello/gnunet-hello.c')
-rw-r--r--src/hello/gnunet-hello.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hello/gnunet-hello.c b/src/hello/gnunet-hello.c
index 795f4f29b..e857bde26 100644
--- a/src/hello/gnunet-hello.c
+++ b/src/hello/gnunet-hello.c
@@ -111,7 +111,7 @@ main (int argc, char *argv[])
111 struct GNUNET_DISK_FileHandle *fh; 111 struct GNUNET_DISK_FileHandle *fh;
112 struct GNUNET_HELLO_Message *orig; 112 struct GNUNET_HELLO_Message *orig;
113 struct GNUNET_HELLO_Message *result; 113 struct GNUNET_HELLO_Message *result;
114 struct GNUNET_CRYPTO_EccPublicSignKey pk; 114 struct GNUNET_CRYPTO_EddsaPublicKey pk;
115 uint64_t fsize; 115 uint64_t fsize;
116 address_count = 0; 116 address_count = 0;
117 117