X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fmesh%2Fgnunet-mesh.c;h=77bb7317f906f0ad2baedbf9292eee6a1e1606a4;hb=0f6d24a229e9149db26a4e667ed25032d19f533a;hp=aaa099774ba16335c4a475761bdee5d9bb41c806;hpb=a6482fedb13103f3e305c6e0b05ae06714230cc7;p=oweals%2Fgnunet.git diff --git a/src/mesh/gnunet-mesh.c b/src/mesh/gnunet-mesh.c index aaa099774..77bb7317f 100644 --- a/src/mesh/gnunet-mesh.c +++ b/src/mesh/gnunet-mesh.c @@ -95,7 +95,7 @@ tunnels_callback (void *cls, * @param cls Closure. * @param peer Peer in the tunnel's tree. * @param parent Parent of the current peer. All 0 when peer is root. - * + * */ static void tunnel_callback (void *cls, @@ -138,7 +138,7 @@ show_tunnel (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) struct GNUNET_PeerIdentity pid; if (GNUNET_OK != - GNUNET_CRYPTO_ecc_public_sign_key_from_string (tunnel_id, + GNUNET_CRYPTO_eddsa_public_key_from_string (tunnel_id, strlen (tunnel_id), &pid.public_key)) {