aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cadet/gnunet-service-cadet_tunnel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cadet/gnunet-service-cadet_tunnel.c b/src/cadet/gnunet-service-cadet_tunnel.c
index 7d44b3545..9934a856f 100644
--- a/src/cadet/gnunet-service-cadet_tunnel.c
+++ b/src/cadet/gnunet-service-cadet_tunnel.c
@@ -3240,7 +3240,7 @@ GCT_send_kx (struct CadetTunnel *t, int force_reply)
3240 GNUNET_CRYPTO_ecdhe_key_get_public (t->ax->kx_0, &msg.ephemeral_key); 3240 GNUNET_CRYPTO_ecdhe_key_get_public (t->ax->kx_0, &msg.ephemeral_key);
3241 GNUNET_CRYPTO_ecdhe_key_get_public (t->ax->DHRs, &msg.ratchet_key); 3241 GNUNET_CRYPTO_ecdhe_key_get_public (t->ax->DHRs, &msg.ratchet_key);
3242 3242
3243 t->ephm_h = GCC_send_prebuilt_message (&msg.header, 0, 0, 3243 t->ephm_h = GCC_send_prebuilt_message (&msg.header, UINT16_MAX, 0,
3244 c, GCC_is_origin (c, GNUNET_YES), 3244 c, GCC_is_origin (c, GNUNET_YES),
3245 GNUNET_YES, &ephm_sent, t); 3245 GNUNET_YES, &ephm_sent, t);
3246 if (CADET_TUNNEL_KEY_UNINITIALIZED == t->estate) 3246 if (CADET_TUNNEL_KEY_UNINITIALIZED == t->estate)