aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/scalarproduct.h
diff options
context:
space:
mode:
authorChristian Fuchs <christian.fuchs@cfuchs.net>2013-10-14 13:00:11 +0000
committerChristian Fuchs <christian.fuchs@cfuchs.net>2013-10-14 13:00:11 +0000
commitba5f1e5d05604ab91319aa1d7260ba7cd8a03b99 (patch)
tree26c9d13e2f62b9cb42b9e9c6e7071e5e51365100 /src/scalarproduct/scalarproduct.h
parente9dda4933275bc7e260981a8757ba8803c585907 (diff)
downloadgnunet-ba5f1e5d05604ab91319aa1d7260ba7cd8a03b99.tar.gz
gnunet-ba5f1e5d05604ab91319aa1d7260ba7cd8a03b99.zip
more work on doxygenization for SP
Diffstat (limited to 'src/scalarproduct/scalarproduct.h')
-rw-r--r--src/scalarproduct/scalarproduct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scalarproduct/scalarproduct.h b/src/scalarproduct/scalarproduct.h
index d476ae8ff..2e6b6bd8f 100644
--- a/src/scalarproduct/scalarproduct.h
+++ b/src/scalarproduct/scalarproduct.h
@@ -52,7 +52,7 @@ extern "C"
52 * Maximum count of elements we can put into a multipart message 52 * Maximum count of elements we can put into a multipart message
53 */ 53 */
54#define MULTIPART_ELEMENT_CAPACITY ((GNUNET_SERVER_MAX_MESSAGE_SIZE - 1 - sizeof (struct GNUNET_SCALARPRODUCT_multipart_message)) / PAILLIER_ELEMENT_LENGTH) 54#define MULTIPART_ELEMENT_CAPACITY ((GNUNET_SERVER_MAX_MESSAGE_SIZE - 1 - sizeof (struct GNUNET_SCALARPRODUCT_multipart_message)) / PAILLIER_ELEMENT_LENGTH)
55 55
56/** 56/**
57 * Log an error message at log-level 'level' that indicates 57 * Log an error message at log-level 'level' that indicates
58 * a failure of the command 'cmd' with the message given 58 * a failure of the command 'cmd' with the message given