aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-12-15 07:17:32 +0000
committerBart Polot <bart@net.in.tum.de>2014-12-15 07:17:32 +0000
commit2aa651740e98de0ca8733d7d9783aeb49aa03037 (patch)
treec171d2b00d938bd4578ac2551d1bf0b0ecfbe166 /src
parentfbc36112e75899ee46bf282988c4b04eae4ccedc (diff)
downloadgnunet-2aa651740e98de0ca8733d7d9783aeb49aa03037.tar.gz
gnunet-2aa651740e98de0ca8733d7d9783aeb49aa03037.zip
- log
Diffstat (limited to 'src')
-rw-r--r--src/cadet/gnunet-service-cadet_tunnel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cadet/gnunet-service-cadet_tunnel.c b/src/cadet/gnunet-service-cadet_tunnel.c
index cacddff20..95dbaada5 100644
--- a/src/cadet/gnunet-service-cadet_tunnel.c
+++ b/src/cadet/gnunet-service-cadet_tunnel.c
@@ -1556,6 +1556,8 @@ rekey (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
1556 time = GNUNET_TIME_absolute_add (time, GNUNET_TIME_UNIT_MINUTES); 1556 time = GNUNET_TIME_absolute_add (time, GNUNET_TIME_UNIT_MINUTES);
1557 kx_msg.expiration_time = GNUNET_TIME_absolute_hton (time); 1557 kx_msg.expiration_time = GNUNET_TIME_absolute_hton (time);
1558 GNUNET_CRYPTO_ecdhe_key_get_public (my_ephemeral_key, &kx_msg.ephemeral_key); 1558 GNUNET_CRYPTO_ecdhe_key_get_public (my_ephemeral_key, &kx_msg.ephemeral_key);
1559 LOG (GNUNET_ERROR_TYPE_INFO, "GLOBAL RE-KEY, NEW EPHM: %s\n",
1560 GNUNET_h2s ((struct GNUNET_HashCode *) &kx_msg.ephemeral_key));
1559 1561
1560 GNUNET_assert (GNUNET_OK == 1562 GNUNET_assert (GNUNET_OK ==
1561 GNUNET_CRYPTO_eddsa_sign (my_private_key, 1563 GNUNET_CRYPTO_eddsa_sign (my_private_key,