extra 0 after endif
authorNathan S. Evans <evans@in.tum.de>
Wed, 22 Jun 2011 13:32:05 +0000 (13:32 +0000)
committerNathan S. Evans <evans@in.tum.de>
Wed, 22 Jun 2011 13:32:05 +0000 (13:32 +0000)
src/util/crypto_rsa.c
src/util/server.c

index 67fd4a7ba68379d7bb25baf0db41629eee3a0dc0..e0f56dea085b3c504b20c9ed231d87a76f6fc56b 100644 (file)
@@ -761,7 +761,7 @@ GNUNET_CRYPTO_rsa_key_create_from_file (const char *filename)
 
 /**
  * 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
index b3af30e8eb543a2241bb51db593f9c9a24da3a60..b89dc4d918b9ca31bd5230d9bed43b76b4f9d75a 100644 (file)
@@ -682,7 +682,7 @@ GNUNET_SERVER_inject (struct GNUNET_SERVER_Handle *server,
   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)