- Don't silence WARNING
authorBart Polot <bart@net.in.tum.de>
Thu, 21 Feb 2013 22:02:57 +0000 (22:02 +0000)
committerBart Polot <bart@net.in.tum.de>
Thu, 21 Feb 2013 22:02:57 +0000 (22:02 +0000)
src/util/crypto_ecc.c

index 2df5b23952df407e55d28896d544e95cf3076672..0b3ef0ad04a6644533784c66a53313a01ca9433f 100644 (file)
@@ -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);