aboutsummaryrefslogtreecommitdiff
path: root/src/abd/abd_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/abd/abd_api.c')
-rw-r--r--src/abd/abd_api.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/abd/abd_api.c b/src/abd/abd_api.c
index 0b3b4f61f..3682f41ba 100644
--- a/src/abd/abd_api.c
+++ b/src/abd/abd_api.c
@@ -422,9 +422,9 @@ GNUNET_ABD_request_cancel (struct GNUNET_ABD_Request *lr)
422struct GNUNET_ABD_Request * 422struct GNUNET_ABD_Request *
423GNUNET_ABD_collect ( 423GNUNET_ABD_collect (
424 struct GNUNET_ABD_Handle *handle, 424 struct GNUNET_ABD_Handle *handle,
425 const struct GNUNET_IDENTITY_PublicKey *issuer_key, 425 const struct GNUNET_CRYPTO_PublicKey *issuer_key,
426 const char *issuer_attribute, 426 const char *issuer_attribute,
427 const struct GNUNET_IDENTITY_PrivateKey *subject_key, 427 const struct GNUNET_CRYPTO_PrivateKey *subject_key,
428 enum GNUNET_ABD_AlgoDirectionFlags direction, 428 enum GNUNET_ABD_AlgoDirectionFlags direction,
429 GNUNET_ABD_CredentialResultProcessor proc, 429 GNUNET_ABD_CredentialResultProcessor proc,
430 void *proc_cls, 430 void *proc_cls,
@@ -496,9 +496,9 @@ GNUNET_ABD_collect (
496struct GNUNET_ABD_Request * 496struct GNUNET_ABD_Request *
497GNUNET_ABD_verify ( 497GNUNET_ABD_verify (
498 struct GNUNET_ABD_Handle *handle, 498 struct GNUNET_ABD_Handle *handle,
499 const struct GNUNET_IDENTITY_PublicKey *issuer_key, 499 const struct GNUNET_CRYPTO_PublicKey *issuer_key,
500 const char *issuer_attribute, 500 const char *issuer_attribute,
501 const struct GNUNET_IDENTITY_PublicKey *subject_key, 501 const struct GNUNET_CRYPTO_PublicKey *subject_key,
502 uint32_t delegate_count, 502 uint32_t delegate_count,
503 const struct GNUNET_ABD_Delegate *delegates, 503 const struct GNUNET_ABD_Delegate *delegates,
504 enum GNUNET_ABD_AlgoDirectionFlags direction, 504 enum GNUNET_ABD_AlgoDirectionFlags direction,