aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-10-25 23:04:12 +0000
committerChristian Grothoff <christian@grothoff.org>2014-10-25 23:04:12 +0000
commitf9554ea1c76abf8058d1653a36e38b77e0c92548 (patch)
tree757436d1d46f16cd3dd392f63c8e6e5de99859a5 /src/scalarproduct
parent1a45b968a48a82e57696ce618e1e77141b738182 (diff)
downloadgnunet-f9554ea1c76abf8058d1653a36e38b77e0c92548.tar.gz
gnunet-f9554ea1c76abf8058d1653a36e38b77e0c92548.zip
-fix ftbfs
Diffstat (limited to 'src/scalarproduct')
-rw-r--r--src/scalarproduct/gnunet-service-scalarproduct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scalarproduct/gnunet-service-scalarproduct.c b/src/scalarproduct/gnunet-service-scalarproduct.c
index fb0d856a8..ef47f70a8 100644
--- a/src/scalarproduct/gnunet-service-scalarproduct.c
+++ b/src/scalarproduct/gnunet-service-scalarproduct.c
@@ -1050,7 +1050,7 @@ compute_service_response (struct ServiceSession *session)
1050 b = session->sorted_elements; 1050 b = session->sorted_elements;
1051 q = GNUNET_CRYPTO_random_permute (GNUNET_CRYPTO_QUALITY_WEAK, count); 1051 q = GNUNET_CRYPTO_random_permute (GNUNET_CRYPTO_QUALITY_WEAK, count);
1052 p = GNUNET_CRYPTO_random_permute (GNUNET_CRYPTO_QUALITY_WEAK, count); 1052 p = GNUNET_CRYPTO_random_permute (GNUNET_CRYPTO_QUALITY_WEAK, count);
1053 rand = GNUNET_malloc (sizeof (struct gcry_mpi_t) * count); 1053 rand = GNUNET_malloc (sizeof (gcry_mpi_t) * count);
1054 for (i = 0; i < count; i++) 1054 for (i = 0; i < count; i++)
1055 GNUNET_assert (NULL != (rand[i] = gcry_mpi_new (0))); 1055 GNUNET_assert (NULL != (rand[i] = gcry_mpi_new (0)));
1056 r = GNUNET_malloc (sizeof (struct GNUNET_CRYPTO_PaillierCiphertext) * count); 1056 r = GNUNET_malloc (sizeof (struct GNUNET_CRYPTO_PaillierCiphertext) * count);