aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_dht.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh_dht.c')
-rw-r--r--src/mesh/gnunet-service-mesh_dht.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh_dht.c b/src/mesh/gnunet-service-mesh_dht.c
index 3beb2da8a..00dfb9d46 100644
--- a/src/mesh/gnunet-service-mesh_dht.c
+++ b/src/mesh/gnunet-service-mesh_dht.c
@@ -94,7 +94,7 @@ static struct GNUNET_PeerIdentity *full_id;
94/** 94/**
95 * Own private key. 95 * Own private key.
96 */ 96 */
97static struct GNUNET_CRYPTO_EccPrivateKey *private_key; 97static struct GNUNET_CRYPTO_EddsaPrivateKey *private_key;
98 98
99 99
100/******************************************************************************/ 100/******************************************************************************/