aboutsummaryrefslogtreecommitdiff
path: root/src/cadet
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet')
-rw-r--r--src/cadet/gnunet-service-cadet_tunnels.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cadet/gnunet-service-cadet_tunnels.c b/src/cadet/gnunet-service-cadet_tunnels.c
index d7c7f278e..a1098d757 100644
--- a/src/cadet/gnunet-service-cadet_tunnels.c
+++ b/src/cadet/gnunet-service-cadet_tunnels.c
@@ -1508,7 +1508,7 @@ cleanup_ax (struct CadetTunnelAxolotl *ax)
1508/** 1508/**
1509 * Update our Axolotl key state based on the KX data we received. 1509 * Update our Axolotl key state based on the KX data we received.
1510 * Computes the new chain keys, and root keys, etc, and also checks 1510 * Computes the new chain keys, and root keys, etc, and also checks
1511 * wether this is a replay of the current chain. 1511 * whether this is a replay of the current chain.
1512 * 1512 *
1513 * @param[in|out] axolotl chain key state to recompute 1513 * @param[in|out] axolotl chain key state to recompute
1514 * @param pid peer identity of the other peer 1514 * @param pid peer identity of the other peer