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