gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1395 - GNUnet/src/applications/session


From: grothoff
Subject: [GNUnet-SVN] r1395 - GNUnet/src/applications/session
Date: Mon, 11 Jul 2005 10:41:22 -0700 (PDT)

Author: grothoff
Date: 2005-07-11 10:41:20 -0700 (Mon, 11 Jul 2005)
New Revision: 1395

Modified:
   GNUnet/src/applications/session/connect.c
Log:
cleaner code

Modified: GNUnet/src/applications/session/connect.c
===================================================================
--- GNUnet/src/applications/session/connect.c   2005-07-11 17:37:15 UTC (rev 
1394)
+++ GNUnet/src/applications/session/connect.c   2005-07-11 17:41:20 UTC (rev 
1395)
@@ -224,11 +224,12 @@
  *        session key message
  * @return message on success, NULL on failure
  */
-static SKEY_Message * makeSessionKeySigned(const PeerIdentity * hostId,
-                                          const SESSIONKEY * sk,
-                                          TIME_T created,
-                                          const p2p_HEADER * ping,
-                                          const p2p_HEADER * pong) {
+static SKEY_Message * 
+makeSessionKeySigned(const PeerIdentity * hostId,
+                    const SESSIONKEY * sk,
+                    TIME_T created,
+                    const p2p_HEADER * ping,
+                    const p2p_HEADER * pong) {
   HELO_Message * foreignHelo;
   int size;
   SKEY_Message * msg;





reply via email to

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