- add separate encryption enabled mesh to avoid breakage during developement
[oweals/gnunet.git] / src / mesh / gnunet-mesh.c
index aaa099774ba16335c4a475761bdee5d9bb41c806..77bb7317f906f0ad2baedbf9292eee6a1e1606a4 100644 (file)
@@ -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))
   {