From 4011e963d8f5c5bbc65ece72b436c57cff8acecc Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 15 Dec 2014 07:17:26 +0000 Subject: [PATCH] - doxygen --- src/cadet/gnunet-service-cadet_tunnel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cadet/gnunet-service-cadet_tunnel.c b/src/cadet/gnunet-service-cadet_tunnel.c index 5f667c061..86b954afb 100644 --- a/src/cadet/gnunet-service-cadet_tunnel.c +++ b/src/cadet/gnunet-service-cadet_tunnel.c @@ -865,8 +865,8 @@ derive_symmertic (struct GNUNET_CRYPTO_SymmetricSessionKey *key, /** * Create a new Key eXchange context for the tunnel. * - * Initializes the key copies, KX start timestamp and creates a new nonce. - * If context exists, just cancels the finish_task. + * If context exists, just cancels the finish_task, does not create new nonce. + * Otherwise copies the keys, timestamps the KX and creates a new nonce. * * @param t Tunnel for which to create the KX ctx. */ -- 2.25.1