From c1ffaed27d7cb9236f368c00f68efe67b65d3f45 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Thu, 21 Feb 2013 22:02:57 +0000 Subject: [PATCH] - Don't silence WARNING --- src/util/crypto_ecc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/crypto_ecc.c b/src/util/crypto_ecc.c index 2df5b2395..0b3ef0ad0 100644 --- a/src/util/crypto_ecc.c +++ b/src/util/crypto_ecc.c @@ -1122,7 +1122,7 @@ GNUNET_CRYPTO_ecc_ecdh (const struct GNUNET_CRYPTO_EccPrivateKey *key, } #else /* use broken version, insecure! */ - //GNUNET_log (GNUNET_ERROR_TYPE_WARNING, _("To be implemented: not secure at the moment, please read README\n")); + GNUNET_log (GNUNET_ERROR_TYPE_WARNING, _("To be implemented: not secure at the moment, please read README\n")); slen = sprintf ((char*) sdata_buf, "FIXME-this is not key material"); #endif gcry_sexp_release (data); -- 2.25.1