gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r26185 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r26185 - gnunet/src/util
Date: Thu, 21 Feb 2013 23:02:57 +0100

Author: bartpolot
Date: 2013-02-21 23:02:57 +0100 (Thu, 21 Feb 2013)
New Revision: 26185

Modified:
   gnunet/src/util/crypto_ecc.c
Log:
- Don't silence WARNING


Modified: gnunet/src/util/crypto_ecc.c
===================================================================
--- gnunet/src/util/crypto_ecc.c        2013-02-21 18:30:35 UTC (rev 26184)
+++ gnunet/src/util/crypto_ecc.c        2013-02-21 22:02:57 UTC (rev 26185)
@@ -1122,7 +1122,7 @@
   }
 #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);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]