aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-mesh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-mesh.c')
-rw-r--r--src/mesh/gnunet-mesh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-mesh.c b/src/mesh/gnunet-mesh.c
index 440dc272d..77bb7317f 100644
--- a/src/mesh/gnunet-mesh.c
+++ b/src/mesh/gnunet-mesh.c
@@ -138,7 +138,7 @@ show_tunnel (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
138 struct GNUNET_PeerIdentity pid; 138 struct GNUNET_PeerIdentity pid;
139 139
140 if (GNUNET_OK != 140 if (GNUNET_OK !=
141 GNUNET_CRYPTO_ecc_public_sign_key_from_string (tunnel_id, 141 GNUNET_CRYPTO_eddsa_public_key_from_string (tunnel_id,
142 strlen (tunnel_id), 142 strlen (tunnel_id),
143 &pid.public_key)) 143 &pid.public_key))
144 { 144 {