aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
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)