aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-02-21 22:02:57 +0000
committerBart Polot <bart@net.in.tum.de>2013-02-21 22:02:57 +0000
commitc1ffaed27d7cb9236f368c00f68efe67b65d3f45 (patch)
tree270adc6b19435e5be06a769b9eee75359f88dbbe /src/util
parentad98a4af0dd38639fe16b02587d46d7d9808f5f2 (diff)
downloadgnunet-c1ffaed27d7cb9236f368c00f68efe67b65d3f45.tar.gz
gnunet-c1ffaed27d7cb9236f368c00f68efe67b65d3f45.zip
- Don't silence WARNING
Diffstat (limited to 'src/util')
-rw-r--r--src/util/crypto_ecc.c2
1 files changed, 1 insertions, 1 deletions
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,
1122 } 1122 }
1123#else 1123#else
1124 /* use broken version, insecure! */ 1124 /* use broken version, insecure! */
1125 //GNUNET_log (GNUNET_ERROR_TYPE_WARNING, _("To be implemented: not secure at the moment, please read README\n")); 1125 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, _("To be implemented: not secure at the moment, please read README\n"));
1126 slen = sprintf ((char*) sdata_buf, "FIXME-this is not key material"); 1126 slen = sprintf ((char*) sdata_buf, "FIXME-this is not key material");
1127#endif 1127#endif
1128 gcry_sexp_release (data); 1128 gcry_sexp_release (data);