From b0750c7394e303e497c38a0e74af22e6d2fbb307 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 27 Apr 2015 19:14:20 +0000 Subject: [PATCH] - doxygen --- src/cadet/gnunet-service-cadet_tunnel.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/cadet/gnunet-service-cadet_tunnel.c b/src/cadet/gnunet-service-cadet_tunnel.c index 32ef4bfec..35b246044 100644 --- a/src/cadet/gnunet-service-cadet_tunnel.c +++ b/src/cadet/gnunet-service-cadet_tunnel.c @@ -2088,6 +2088,11 @@ handle_ch_destroy (struct CadetTunnel *t, } +/** + * Create a new Axolotl ephemeral (ratchet) key. + * + * @param t Tunnel. + */ static void new_ephemeral (struct CadetTunnel *t) { @@ -2096,6 +2101,11 @@ new_ephemeral (struct CadetTunnel *t) } +/** + * Free Axolotl data. + * + * @param t Tunnel. + */ static void destroy_ax (struct CadetTunnel *t) { -- 2.25.1