aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_ecc_dlog.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-01-04 17:05:05 +0100
committerChristian Grothoff <christian@grothoff.org>2018-01-04 17:05:05 +0100
commitf46c107278b96264b2e5302b4ebb050f73abf869 (patch)
treef2bd74b81fa33546e513b2eabf7a790eb3b631e8 /src/util/crypto_ecc_dlog.c
parente20eca334a33b8340524a8fa6ad1d6b606e1dd0c (diff)
downloadgnunet-f46c107278b96264b2e5302b4ebb050f73abf869.tar.gz
gnunet-f46c107278b96264b2e5302b4ebb050f73abf869.zip
trying again to fix test_service timeout on v6 failure
Diffstat (limited to 'src/util/crypto_ecc_dlog.c')
-rw-r--r--src/util/crypto_ecc_dlog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/crypto_ecc_dlog.c b/src/util/crypto_ecc_dlog.c
index 38e2088cc..91411368f 100644
--- a/src/util/crypto_ecc_dlog.c
+++ b/src/util/crypto_ecc_dlog.c
@@ -130,6 +130,7 @@ GNUNET_CRYPTO_ecc_bin_to_point (struct GNUNET_CRYPTO_EccDlogContext *edc,
130 gcry_ctx_t ctx; 130 gcry_ctx_t ctx;
131 gcry_mpi_point_t q; 131 gcry_mpi_point_t q;
132 132
133 (void) edc;
133 if (0 != gcry_sexp_build (&pub_sexpr, NULL, 134 if (0 != gcry_sexp_build (&pub_sexpr, NULL,
134 "(public-key(ecc(curve " CURVE ")(q %b)))", 135 "(public-key(ecc(curve " CURVE ")(q %b)))",
135 (int) sizeof (bin->q_y), 136 (int) sizeof (bin->q_y),