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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_identity_service.h b/src/include/gnunet_identity_service.h
index 64799f195..66761e526 100644
--- a/src/include/gnunet_identity_service.h
+++ b/src/include/gnunet_identity_service.h
@@ -523,7 +523,7 @@ GNUNET_IDENTITY_private_key_sign_ (const struct GNUNET_IDENTITY_PrivateKey *priv
523 */ 523 */
524#define GNUNET_IDENTITY_private_key_sign(priv,ps,sig) do { \ 524#define GNUNET_IDENTITY_private_key_sign(priv,ps,sig) do { \
525 /* check size is set correctly */ \ 525 /* check size is set correctly */ \
526 GNUNET_assert (htonl ((ps)->purpose.size) == sizeof (*(ps))); \ 526 GNUNET_assert (ntohl ((ps)->purpose.size) == sizeof (*(ps))); \
527 /* check 'ps' begins with the purpose */ \ 527 /* check 'ps' begins with the purpose */ \
528 GNUNET_static_assert (((void*) (ps)) == \ 528 GNUNET_static_assert (((void*) (ps)) == \
529 ((void*) &(ps)->purpose)); \ 529 ((void*) &(ps)->purpose)); \