aboutsummaryrefslogtreecommitdiff
path: root/src/set/test_set_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-01 12:28:08 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-01 12:28:08 +0000
commit9adf180a551d2e4c4cc9bb0932a9f3990b8a1704 (patch)
tree19594ee8d5df211e06d1fb9bf9671410660c791d /src/set/test_set_api.c
parent3ad907429a4674efe707811c9f03281db388d73a (diff)
downloadgnunet-9adf180a551d2e4c4cc9bb0932a9f3990b8a1704.tar.gz
gnunet-9adf180a551d2e4c4cc9bb0932a9f3990b8a1704.zip
-fixing misc FTBFS issues
Diffstat (limited to 'src/set/test_set_api.c')
-rw-r--r--src/set/test_set_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/set/test_set_api.c b/src/set/test_set_api.c
index be0b7ee16..45d1d3f0c 100644
--- a/src/set/test_set_api.c
+++ b/src/set/test_set_api.c
@@ -231,9 +231,9 @@ run (void *cls,
231 231
232 config = cfg; 232 config = cfg;
233 GNUNET_CRYPTO_get_host_identity (cfg, &local_id); 233 GNUNET_CRYPTO_get_host_identity (cfg, &local_id);
234 printf ("my id (from CRYPTO): %s\n", GNUNET_h2s (&local_id.hashPubKey)); 234 printf ("my id (from CRYPTO): %s\n", GNUNET_i2s (&local_id));
235 GNUNET_TESTING_peer_get_identity (peer, &local_id); 235 GNUNET_TESTING_peer_get_identity (peer, &local_id);
236 printf ("my id (from TESTING): %s\n", GNUNET_h2s (&local_id.hashPubKey)); 236 printf ("my id (from TESTING): %s\n", GNUNET_i2s (&local_id));
237 237
238 test_iter (); 238 test_iter ();
239 239