aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-06-22 13:32:05 +0000
committerNathan S. Evans <evans@in.tum.de>2011-06-22 13:32:05 +0000
commitbe16feaf94e03cf1a07251f466c7d57813a960b6 (patch)
treeee670996f4bf79fa2bad48a5ea0c914f8cfc6d1e /src/util
parentb53a7a5439097b51dde032e8834efd71ee1fa0f5 (diff)
downloadgnunet-be16feaf94e03cf1a07251f466c7d57813a960b6.tar.gz
gnunet-be16feaf94e03cf1a07251f466c7d57813a960b6.zip
extra 0 after endif
Diffstat (limited to 'src/util')
-rw-r--r--src/util/crypto_rsa.c2
-rw-r--r--src/util/server.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/util/crypto_rsa.c b/src/util/crypto_rsa.c
index 67fd4a7ba..e0f56dea0 100644
--- a/src/util/crypto_rsa.c
+++ b/src/util/crypto_rsa.c
@@ -761,7 +761,7 @@ GNUNET_CRYPTO_rsa_key_create_from_file (const char *filename)
761 761
762/** 762/**
763 * Encrypt a block with the public key of another host that uses the 763 * Encrypt a block with the public key of another host that uses the
764 * same cyper. 764 * same cipher.
765 * 765 *
766 * @param block the block to encrypt 766 * @param block the block to encrypt
767 * @param size the size of block 767 * @param size the size of block
diff --git a/src/util/server.c b/src/util/server.c
index b3af30e8e..b89dc4d91 100644
--- a/src/util/server.c
+++ b/src/util/server.c
@@ -682,7 +682,7 @@ GNUNET_SERVER_inject (struct GNUNET_SERVER_Handle *server,
682 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 682 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
683 "Server schedules transmission of %u-byte message of type %u to client.\n", 683 "Server schedules transmission of %u-byte message of type %u to client.\n",
684 size, type); 684 size, type);
685#endif 0 685#endif
686 pos = server->handlers; 686 pos = server->handlers;
687 found = GNUNET_NO; 687 found = GNUNET_NO;
688 while (pos != NULL) 688 while (pos != NULL)