aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct
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/scalarproduct
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/scalarproduct')
-rw-r--r--src/scalarproduct/gnunet-service-scalarproduct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scalarproduct/gnunet-service-scalarproduct.c b/src/scalarproduct/gnunet-service-scalarproduct.c
index e3775f79a..e17a3a4d1 100644
--- a/src/scalarproduct/gnunet-service-scalarproduct.c
+++ b/src/scalarproduct/gnunet-service-scalarproduct.c
@@ -2171,7 +2171,7 @@ run (void *cls,
2171 &handle_client_disconnect, 2171 &handle_client_disconnect,
2172 NULL); 2172 NULL);
2173 GNUNET_break (GNUNET_OK == 2173 GNUNET_break (GNUNET_OK ==
2174 GNUNET_CRYPTO_get_host_identity (c, 2174 GNUNET_CRYPTO_get_peer_identity (c,
2175 &me)); 2175 &me));
2176 my_mesh = GNUNET_MESH_connect (c, NULL, 2176 my_mesh = GNUNET_MESH_connect (c, NULL,
2177 &tunnel_incoming_handler, 2177 &tunnel_incoming_handler,