aboutsummaryrefslogtreecommitdiff
path: root/src/set/test_set_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-06 09:35:52 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-06 09:35:52 +0000
commitb0f956058355ea7e96a7d3022b08dd951acd99a5 (patch)
tree69bef96ace98558a843366251424dc6d9fb16cb8 /src/set/test_set_api.c
parent99ba3c2b1294b890671d0d7d6e4319be70bee5a0 (diff)
downloadgnunet-b0f956058355ea7e96a7d3022b08dd951acd99a5.tar.gz
gnunet-b0f956058355ea7e96a7d3022b08dd951acd99a5.zip
renaming GNUNET_CRYPTO_get_host_identity to GNUNET_CRYPTO_get_peer_identity
Diffstat (limited to 'src/set/test_set_api.c')
-rw-r--r--src/set/test_set_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set/test_set_api.c b/src/set/test_set_api.c
index 45d1d3f0c..95334f856 100644
--- a/src/set/test_set_api.c
+++ b/src/set/test_set_api.c
@@ -230,7 +230,7 @@ run (void *cls,
230 struct GNUNET_SET_OperationHandle *my_oh; 230 struct GNUNET_SET_OperationHandle *my_oh;
231 231
232 config = cfg; 232 config = cfg;
233 GNUNET_CRYPTO_get_host_identity (cfg, &local_id); 233 GNUNET_CRYPTO_get_peer_identity (cfg, &local_id);
234 printf ("my id (from CRYPTO): %s\n", GNUNET_i2s (&local_id)); 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_i2s (&local_id)); 236 printf ("my id (from TESTING): %s\n", GNUNET_i2s (&local_id));