aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
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);