aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-02-18 08:35:52 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-02-18 08:35:52 +0000
commita6260333e80f28841e51f1b7aa53958661af099c (patch)
tree87f825104be890fe7c7383919c48681db978de36 /src/util
parent58dd81aa3dd1986617866918779cd64324c7d8b6 (diff)
downloadgnunet-a6260333e80f28841e51f1b7aa53958661af099c.tar.gz
gnunet-a6260333e80f28841e51f1b7aa53958661af099c.zip
break
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 e0764d8d5..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")); 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);