aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-29 16:56:19 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-29 16:56:19 +0000
commitf418b3098f441436af78c103a03cd8109f7cc00c (patch)
treef197ac02d6f334e8604486d56a11c3e77380ffe7 /src/core
parentba535e484705db8b67714c156bfb5585779e3a0b (diff)
downloadgnunet-f418b3098f441436af78c103a03cd8109f7cc00c.tar.gz
gnunet-f418b3098f441436af78c103a03cd8109f7cc00c.zip
-match exact types from message struct
Diffstat (limited to 'src/core')
-rw-r--r--src/core/gnunet-service-core_kx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/gnunet-service-core_kx.c b/src/core/gnunet-service-core_kx.c
index 25db9c750..48e70eec5 100644
--- a/src/core/gnunet-service-core_kx.c
+++ b/src/core/gnunet-service-core_kx.c
@@ -1478,8 +1478,8 @@ sign_ephemeral_key ()
1478 current_ekm.purpose.size = htonl (sizeof (struct GNUNET_CRYPTO_EccSignaturePurpose) + 1478 current_ekm.purpose.size = htonl (sizeof (struct GNUNET_CRYPTO_EccSignaturePurpose) +
1479 sizeof (struct GNUNET_TIME_AbsoluteNBO) + 1479 sizeof (struct GNUNET_TIME_AbsoluteNBO) +
1480 sizeof (struct GNUNET_TIME_AbsoluteNBO) + 1480 sizeof (struct GNUNET_TIME_AbsoluteNBO) +
1481 sizeof (struct GNUNET_CRYPTO_EddsaPublicKey) + 1481 sizeof (struct GNUNET_CRYPTO_EcdhePublicKey) +
1482 sizeof (struct GNUNET_CRYPTO_EddsaPublicKey)); 1482 sizeof (struct GNUNET_PeerIdentity));
1483 current_ekm.creation_time = GNUNET_TIME_absolute_hton (GNUNET_TIME_absolute_get ()); 1483 current_ekm.creation_time = GNUNET_TIME_absolute_hton (GNUNET_TIME_absolute_get ());
1484 if (GNUNET_YES == 1484 if (GNUNET_YES ==
1485 GNUNET_CONFIGURATION_get_value_yesno (GSC_cfg, 1485 GNUNET_CONFIGURATION_get_value_yesno (GSC_cfg,