aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2020-11-10 20:06:32 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2020-11-10 20:06:32 +0900
commit63fe195e40e55f13ab29e3ba578e97017fc4cc48 (patch)
tree80c08d417bb0c862adcbcde7f55aa7e3a4646d27 /src
parent37e6d57460f3f4aecd7abbd74e107ff70edc8859 (diff)
downloadgnunet-63fe195e40e55f13ab29e3ba578e97017fc4cc48.tar.gz
gnunet-63fe195e40e55f13ab29e3ba578e97017fc4cc48.zip
-fix
Diffstat (limited to 'src')
-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