aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/gnunet-service-scalarproduct.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-06 22:44:10 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-06 22:44:10 +0000
commitf2ba67e03439d86cb4cca4465dd4376dd3a10ccd (patch)
treeb8a380dd7bc6d359630498968d6c04402b763808 /src/scalarproduct/gnunet-service-scalarproduct.h
parente2d37ecae1269f387a7f7ed57cfc4575224e52b9 (diff)
downloadgnunet-f2ba67e03439d86cb4cca4465dd4376dd3a10ccd.tar.gz
gnunet-f2ba67e03439d86cb4cca4465dd4376dd3a10ccd.zip
-dead
Diffstat (limited to 'src/scalarproduct/gnunet-service-scalarproduct.h')
-rw-r--r--src/scalarproduct/gnunet-service-scalarproduct.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/scalarproduct/gnunet-service-scalarproduct.h b/src/scalarproduct/gnunet-service-scalarproduct.h
index 9a5008628..fbbd4397c 100644
--- a/src/scalarproduct/gnunet-service-scalarproduct.h
+++ b/src/scalarproduct/gnunet-service-scalarproduct.h
@@ -26,11 +26,6 @@
26#ifndef GNUNET_SERVICE_SCALARPRODUCT_H 26#ifndef GNUNET_SERVICE_SCALARPRODUCT_H
27#define GNUNET_SERVICE_SCALARPRODUCT_H 27#define GNUNET_SERVICE_SCALARPRODUCT_H
28 28
29/**
30 * Maximum count of elements we can put into a multipart message
31 */
32#define MULTIPART_ELEMENT_CAPACITY ((GNUNET_SERVER_MAX_MESSAGE_SIZE - 1 - sizeof (struct MultipartMessage)) / sizeof (struct GNUNET_CRYPTO_PaillierCiphertext))
33
34 29
35GNUNET_NETWORK_STRUCT_BEGIN 30GNUNET_NETWORK_STRUCT_BEGIN
36 31