aboutsummaryrefslogtreecommitdiff
path: root/src/abd/gnunet-abd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/abd/gnunet-abd.c')
-rw-r--r--src/abd/gnunet-abd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/abd/gnunet-abd.c b/src/abd/gnunet-abd.c
index 6cf4aab0d..f7e03fb4a 100644
--- a/src/abd/gnunet-abd.c
+++ b/src/abd/gnunet-abd.c
@@ -384,7 +384,7 @@ handle_verify_result (void *cls,
384 * @param ego an ego known to identity service, or NULL 384 * @param ego an ego known to identity service, or NULL
385 */ 385 */
386static void 386static void
387identity_cb (void *cls, const struct GNUNET_IDENTITY_Ego *ego) 387identity_cb (void *cls, struct GNUNET_IDENTITY_Ego *ego)
388{ 388{
389 const struct GNUNET_CRYPTO_EcdsaPrivateKey *privkey; 389 const struct GNUNET_CRYPTO_EcdsaPrivateKey *privkey;
390 390
@@ -547,7 +547,7 @@ get_existing_record (void *cls,
547 547
548 548
549static void 549static void
550store_cb (void *cls, const struct GNUNET_IDENTITY_Ego *ego) 550store_cb (void *cls, struct GNUNET_IDENTITY_Ego *ego)
551{ 551{
552 const struct GNUNET_CONFIGURATION_Handle *cfg = cls; 552 const struct GNUNET_CONFIGURATION_Handle *cfg = cls;
553 553
@@ -648,7 +648,7 @@ store_cb (void *cls, const struct GNUNET_IDENTITY_Ego *ego)
648 648
649 649
650static void 650static void
651sign_cb (void *cls, const struct GNUNET_IDENTITY_Ego *ego) 651sign_cb (void *cls, struct GNUNET_IDENTITY_Ego *ego)
652{ 652{
653 const struct GNUNET_CRYPTO_EcdsaPrivateKey *privkey; 653 const struct GNUNET_CRYPTO_EcdsaPrivateKey *privkey;
654 struct GNUNET_ABD_Delegate *dele; 654 struct GNUNET_ABD_Delegate *dele;