From e0a394fa37240c9a0b37d78c16d347e0a5b6c88e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 4 Sep 2013 15:06:16 +0000 Subject: -note --- src/util/crypto_ecc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util') diff --git a/src/util/crypto_ecc.c b/src/util/crypto_ecc.c index 4b3158c8a..c89ac6904 100644 --- a/src/util/crypto_ecc.c +++ b/src/util/crypto_ecc.c @@ -884,6 +884,7 @@ GNUNET_CRYPTO_ecc_ecdh (const struct GNUNET_CRYPTO_EccPrivateKey *priv, } gcry_mpi_point_release (result); gcry_ctx_release (ctx); + /* FIXME: only use 'result_x' as key material */ if (0 != (rc = gcry_sexp_build (&ecdh_sexp, NULL, "(dh-shared-secret (x %m)(y %m))", result_x, -- cgit v1.2.3