aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_identity_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_identity_service.h')
-rw-r--r--src/include/gnunet_identity_service.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/gnunet_identity_service.h b/src/include/gnunet_identity_service.h
index a75e573d6..2974568db 100644
--- a/src/include/gnunet_identity_service.h
+++ b/src/include/gnunet_identity_service.h
@@ -585,10 +585,10 @@ GNUNET_IDENTITY_signature_verify_ (uint32_t purpose,
585 /* check 'ps' begins with the purpose */ \ 585 /* check 'ps' begins with the purpose */ \
586 GNUNET_static_assert (((void*) (ps)) == \ 586 GNUNET_static_assert (((void*) (ps)) == \
587 ((void*) &(ps)->purpose)); \ 587 ((void*) &(ps)->purpose)); \
588 GNUNET_IDENTITY_public_key_verify_ (purp, \ 588 GNUNET_IDENTITY_signature_verify_ (purp, \
589 &(ps)->purpose, \ 589 &(ps)->purpose, \
590 sig, \ 590 sig, \
591 pub); \ 591 pub); \
592 }) 592 })
593 593
594 594