aboutsummaryrefslogtreecommitdiff
path: root/src/social/test_social.c
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-03-07 15:02:00 +0000
committerGabor X Toth <*@tg-x.net>2016-03-07 15:02:00 +0000
commit95897f18b16b8900b43b9181da11eb559ff7096e (patch)
tree09e5ed5eefbd0149bfa61ef8863ff328bf897876 /src/social/test_social.c
parent08bfd1da5ba77ca461e9344f2c2a0ddfc8cd59a7 (diff)
downloadgnunet-95897f18b16b8900b43b9181da11eb559ff7096e.tar.gz
gnunet-95897f18b16b8900b43b9181da11eb559ff7096e.zip
social test fix
Diffstat (limited to 'src/social/test_social.c')
-rw-r--r--src/social/test_social.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/social/test_social.c b/src/social/test_social.c
index 78c58db14..1d2673a11 100644
--- a/src/social/test_social.c
+++ b/src/social/test_social.c
@@ -404,7 +404,7 @@ app_recv_host (void *cls,
404 struct GNUNET_SOCIAL_HostConnection *hconn, 404 struct GNUNET_SOCIAL_HostConnection *hconn,
405 struct GNUNET_SOCIAL_Ego *ego, 405 struct GNUNET_SOCIAL_Ego *ego,
406 const struct GNUNET_CRYPTO_EddsaPublicKey *host_pub_key, 406 const struct GNUNET_CRYPTO_EddsaPublicKey *host_pub_key,
407 enum GNUNET_SOCIAL_PlaceState place_state) 407 enum GNUNET_SOCIAL_AppPlaceState place_state)
408{ 408{
409 struct GNUNET_HashCode host_pub_hash; 409 struct GNUNET_HashCode host_pub_hash;
410 GNUNET_CRYPTO_hash (host_pub_key, sizeof (*host_pub_key), &host_pub_hash); 410 GNUNET_CRYPTO_hash (host_pub_key, sizeof (*host_pub_key), &host_pub_hash);
@@ -429,7 +429,7 @@ app_recv_guest (void *cls,
429 struct GNUNET_SOCIAL_GuestConnection *gconn, 429 struct GNUNET_SOCIAL_GuestConnection *gconn,
430 struct GNUNET_SOCIAL_Ego *ego, 430 struct GNUNET_SOCIAL_Ego *ego,
431 const struct GNUNET_CRYPTO_EddsaPublicKey *guest_pub_key, 431 const struct GNUNET_CRYPTO_EddsaPublicKey *guest_pub_key,
432 enum GNUNET_SOCIAL_PlaceState place_state) 432 enum GNUNET_SOCIAL_AppPlaceState place_state)
433{ 433{
434 struct GNUNET_HashCode guest_pub_hash; 434 struct GNUNET_HashCode guest_pub_hash;
435 GNUNET_CRYPTO_hash (guest_pub_key, sizeof (*guest_pub_key), &guest_pub_hash); 435 GNUNET_CRYPTO_hash (guest_pub_key, sizeof (*guest_pub_key), &guest_pub_hash);