aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-10-11 14:10:54 +0000
committerBart Polot <bart@net.in.tum.de>2013-10-11 14:10:54 +0000
commitb856ff1a422a7cd3a8cc5f7d595dd8c5b4199984 (patch)
treecaa5d9d4561b5f53e2f610f0eb06a32c117a0c07 /src/mesh
parent4248b31f8dd35814514b279701c2483d05c132b8 (diff)
downloadgnunet-b856ff1a422a7cd3a8cc5f7d595dd8c5b4199984.tar.gz
gnunet-b856ff1a422a7cd3a8cc5f7d595dd8c5b4199984.zip
- fix wild replace
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/gnunet-service-mesh_tunnel.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesh/gnunet-service-mesh_tunnel.c b/src/mesh/gnunet-service-mesh_tunnel.c
index 51baebf9b..9a25db089 100644
--- a/src/mesh/gnunet-service-mesh_tunnel.c
+++ b/src/mesh/gnunet-service-mesh_tunnel.c
@@ -260,7 +260,6 @@ tunnel_get_connection (struct MeshTunnel3 *t, int fwd)
260/** 260/**
261 * FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME 261 * FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME
262 * Encrypt data with the tunnel key. 262 * Encrypt data with the tunnel key.
263 * Make static?
264 * 263 *
265 * @param t Tunnel whose key to use. 264 * @param t Tunnel whose key to use.
266 * @param dst Destination for the GMT_encrypted data. 265 * @param dst Destination for the GMT_encrypted data.
@@ -281,7 +280,6 @@ GMT_encrypt (struct MeshTunnel3 *t,
281/** 280/**
282 * FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME 281 * FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME
283 * Decrypt data with the tunnel key. 282 * Decrypt data with the tunnel key.
284 * Make static?
285 * 283 *
286 * @param t Tunnel whose key to use. 284 * @param t Tunnel whose key to use.
287 * @param dst Destination for the plaintext. 285 * @param dst Destination for the plaintext.
@@ -531,7 +529,7 @@ handle_GMT_decrypted (struct MeshTunnel3 *t,
531 * @param fwd Is this message fwd? 529 * @param fwd Is this message fwd?
532 */ 530 */
533void 531void
534GMT_handle_GMT_encrypted (struct MeshTunnel3 *t, 532GMT_handle_encrypted (struct MeshTunnel3 *t,
535 const struct GNUNET_MESH_Encrypted *msg, 533 const struct GNUNET_MESH_Encrypted *msg,
536 int fwd) 534 int fwd)
537{ 535{