diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-10-06 09:35:52 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-10-06 09:35:52 +0000 |
commit | b0f956058355ea7e96a7d3022b08dd951acd99a5 (patch) | |
tree | 69bef96ace98558a843366251424dc6d9fb16cb8 /src/set/test_set_api.c | |
parent | 99ba3c2b1294b890671d0d7d6e4319be70bee5a0 (diff) |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set/test_set_api.c b/src/set/test_set_api.c index 45d1d3f0cf..95334f8565 100644 --- a/src/set/test_set_api.c +++ b/src/set/test_set_api.c @@ -230,7 +230,7 @@ run (void *cls, struct GNUNET_SET_OperationHandle *my_oh; config = cfg; - GNUNET_CRYPTO_get_host_identity (cfg, &local_id); + GNUNET_CRYPTO_get_peer_identity (cfg, &local_id); printf ("my id (from CRYPTO): %s\n", GNUNET_i2s (&local_id)); GNUNET_TESTING_peer_get_identity (peer, &local_id); printf ("my id (from TESTING): %s\n", GNUNET_i2s (&local_id)); |