aboutsummaryrefslogtreecommitdiff
path: root/src/hello/gnunet-hello.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-06 14:18:31 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-06 14:18:31 +0000
commitfe76c075e315c0351e2fe465434ae39087daf014 (patch)
tree436887ccaf331932a3c13a8b9d2a2a710dad4be6 /src/hello/gnunet-hello.c
parent7eb2835d8a494c83aedb720a2ac6f6e5ba23f22f (diff)
downloadgnunet-fe76c075e315c0351e2fe465434ae39087daf014.tar.gz
gnunet-fe76c075e315c0351e2fe465434ae39087daf014.zip
moving to new, fixed-size encoding of public and private ECC keys everywhere, also improving ECC API to better support ECRS/GADS operations
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);