aboutsummaryrefslogtreecommitdiff
path: root/src/hello/gnunet-hello.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-02-05 20:49:21 +0000
committerChristian Grothoff <christian@grothoff.org>2013-02-05 20:49:21 +0000
commitca35f67faee8371fa763bdf49f04a8d5d4cdc021 (patch)
tree5535df5e5a2428ed838c6a0e60b2c6c68a7842c5 /src/hello/gnunet-hello.c
parentdd7cca21c5dbaef4d56f92bab3932f0f73d092d1 (diff)
downloadgnunet-ca35f67faee8371fa763bdf49f04a8d5d4cdc021.tar.gz
gnunet-ca35f67faee8371fa763bdf49f04a8d5d4cdc021.zip
switching to ECDHE cryptography f, implementation is incomplete and INSECURE, do not use for anything but testing
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);