From a35c5a11d32bdd0bc24f64de36fbc6b0d0b20aae Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 13 Sep 2013 12:00:01 +0000 Subject: splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing and another for encryption --- src/psycstore/psycstore_api.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/psycstore/psycstore_api.c') diff --git a/src/psycstore/psycstore_api.c b/src/psycstore/psycstore_api.c index 194dcc79e..5847fc852 100644 --- a/src/psycstore/psycstore_api.c +++ b/src/psycstore/psycstore_api.c @@ -437,8 +437,8 @@ GNUNET_PSYCSTORE_operation_cancel (struct GNUNET_PSYCSTORE_OperationHandle *op) struct GNUNET_PSYCSTORE_OperationHandle * GNUNET_PSYCSTORE_membership_store ( struct GNUNET_PSYCSTORE_Handle *h, - const struct GNUNET_CRYPTO_EccPublicKey *channel_key, - const struct GNUNET_CRYPTO_EccPublicKey *slave_key, + const struct GNUNET_CRYPTO_EccPublicSignKey *channel_key, + const struct GNUNET_CRYPTO_EccPublicSignKey *slave_key, int did_join, uint64_t announced_at, uint64_t effective_since, @@ -453,8 +453,8 @@ GNUNET_PSYCSTORE_membership_store ( struct GNUNET_PSYCSTORE_OperationHandle * GNUNET_PSYCSTORE_membership_test ( struct GNUNET_PSYCSTORE_Handle *h, - const struct GNUNET_CRYPTO_EccPublicKey *channel_key, - const struct GNUNET_CRYPTO_EccPublicKey *slave_key, + const struct GNUNET_CRYPTO_EccPublicSignKey *channel_key, + const struct GNUNET_CRYPTO_EccPublicSignKey *slave_key, uint64_t message_id, uint64_t group_generation, GNUNET_PSYCSTORE_ResultCallback rcb, -- cgit v1.2.3