gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r30146 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r30146 - gnunet/src/mesh
Date: Fri, 11 Oct 2013 16:10:54 +0200

Author: bartpolot
Date: 2013-10-11 16:10:54 +0200 (Fri, 11 Oct 2013)
New Revision: 30146

Modified:
   gnunet/src/mesh/gnunet-service-mesh_tunnel.c
Log:
- fix wild replace


Modified: gnunet/src/mesh/gnunet-service-mesh_tunnel.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_tunnel.c        2013-10-11 14:07:47 UTC 
(rev 30145)
+++ gnunet/src/mesh/gnunet-service-mesh_tunnel.c        2013-10-11 14:10:54 UTC 
(rev 30146)
@@ -260,7 +260,6 @@
 /**
  * FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME
  * Encrypt data with the tunnel key.
- * Make static?
  *
  * @param t Tunnel whose key to use.
  * @param dst Destination for the GMT_encrypted data.
@@ -281,7 +280,6 @@
 /**
  * FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME
  * Decrypt data with the tunnel key.
- * Make static?
  *
  * @param t Tunnel whose key to use.
  * @param dst Destination for the plaintext.
@@ -531,7 +529,7 @@
  * @param fwd Is this message fwd?
  */
 void
-GMT_handle_GMT_encrypted (struct MeshTunnel3 *t,
+GMT_handle_encrypted (struct MeshTunnel3 *t,
                       const struct GNUNET_MESH_Encrypted *msg,
                       int fwd)
 {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]