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 816a89936..e4e0978ee 100644
--- a/src/hello/gnunet-hello.c
+++ b/src/hello/gnunet-hello.c
@@ -108,7 +108,7 @@ main (int argc, char *argv[])
108 struct GNUNET_DISK_FileHandle *fh; 108 struct GNUNET_DISK_FileHandle *fh;
109 struct GNUNET_HELLO_Message *orig; 109 struct GNUNET_HELLO_Message *orig;
110 struct GNUNET_HELLO_Message *result; 110 struct GNUNET_HELLO_Message *result;
111 struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded pk; 111 struct GNUNET_CRYPTO_EccPublicKey pk;
112 uint64_t fsize; 112 uint64_t fsize;
113 113
114 GNUNET_log_setup ("gnunet-hello", "INFO", NULL); 114 GNUNET_log_setup ("gnunet-hello", "INFO", NULL);