gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r15749 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r15749 - gnunet/src/util
Date: Wed, 22 Jun 2011 15:32:05 +0200

Author: nevans
Date: 2011-06-22 15:32:05 +0200 (Wed, 22 Jun 2011)
New Revision: 15749

Modified:
   gnunet/src/util/crypto_rsa.c
   gnunet/src/util/server.c
Log:
extra 0 after endif

Modified: gnunet/src/util/crypto_rsa.c
===================================================================
--- gnunet/src/util/crypto_rsa.c        2011-06-22 13:26:32 UTC (rev 15748)
+++ gnunet/src/util/crypto_rsa.c        2011-06-22 13:32:05 UTC (rev 15749)
@@ -761,7 +761,7 @@
 
 /**
  * Encrypt a block with the public key of another host that uses the
- * same cyper.
+ * same cipher.
  *
  * @param block the block to encrypt
  * @param size the size of block

Modified: gnunet/src/util/server.c
===================================================================
--- gnunet/src/util/server.c    2011-06-22 13:26:32 UTC (rev 15748)
+++ gnunet/src/util/server.c    2011-06-22 13:32:05 UTC (rev 15749)
@@ -682,7 +682,7 @@
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
               "Server schedules transmission of %u-byte message of type %u to 
client.\n",
               size, type);
-#endif 0
+#endif
   pos = server->handlers;
   found = GNUNET_NO;
   while (pos != NULL)




reply via email to

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