aboutsummaryrefslogtreecommitdiff
path: root/src/hello
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-07 12:44:07 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-07 12:44:07 +0000
commit94fc120316cf770cdf8388e5e9f14c16fb376c77 (patch)
tree7cf2ba5ae61c3d2280e7d63dfc2bdf4d376db931 /src/hello
parent966ceb6893b6ad0a504d7435ec97fc4beba65bb2 (diff)
downloadgnunet-94fc120316cf770cdf8388e5e9f14c16fb376c77.tar.gz
gnunet-94fc120316cf770cdf8388e5e9f14c16fb376c77.zip
fixes
Diffstat (limited to 'src/hello')
-rw-r--r--src/hello/test_hello.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hello/test_hello.c b/src/hello/test_hello.c
index 51da7fc75..2f61bd702 100644
--- a/src/hello/test_hello.c
+++ b/src/hello/test_hello.c
@@ -98,12 +98,10 @@ main (int argc, char *argv[])
98 struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded publicKey; 98 struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded publicKey;
99 struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded pk; 99 struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded pk;
100 struct GNUNET_TIME_Absolute startup_time; 100 struct GNUNET_TIME_Absolute startup_time;
101 int ok;
102 unsigned int i; 101 unsigned int i;
103 102
104 GNUNET_log_setup ("test-hello", "DEBUG", NULL); 103 GNUNET_log_setup ("test-hello", "DEBUG", NULL);
105 startup_time = GNUNET_TIME_absolute_get (); 104 startup_time = GNUNET_TIME_absolute_get ();
106 ok = 0;
107 memset (&publicKey, 42, sizeof (publicKey)); 105 memset (&publicKey, 42, sizeof (publicKey));
108 fprintf (stderr, "Testing HELLO creation (without addresses)...\n"); 106 fprintf (stderr, "Testing HELLO creation (without addresses)...\n");
109 i = 0; 107 i = 0;