gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r26184 - in gnunet/src: include util


From: gnunet
Subject: [GNUnet-SVN] r26184 - in gnunet/src: include util
Date: Thu, 21 Feb 2013 19:30:35 +0100

Author: harsha
Date: 2013-02-21 19:30:35 +0100 (Thu, 21 Feb 2013)
New Revision: 26184

Modified:
   gnunet/src/include/gnunet_protocols.h
   gnunet/src/util/crypto_ecc.c
Log:
- fix compile

Modified: gnunet/src/include/gnunet_protocols.h
===================================================================
--- gnunet/src/include/gnunet_protocols.h       2013-02-21 17:48:22 UTC (rev 
26183)
+++ gnunet/src/include/gnunet_protocols.h       2013-02-21 18:30:35 UTC (rev 
26184)
@@ -1590,10 +1590,15 @@
 #define GNUNET_MESSAGE_TYPE_TESTBED_SLAVE_CONFIGURATION 481
 
 /**
+ * Message to signal the result of 
GNUNET_MESSAGE_TYPE_TESTBED_LINK_CONTROLLERS request
+ */
+#define GNUNET_MESSAGE_TYPE_TESTBED_LINK_CONTROLLERS_RESULT 482
+
+/**
  * Not really a message, but for careful checks on the testbed messages; Should
  * always be the maximum and never be used to send messages with this type
  */
-#define GNUNET_MESSAGE_TYPE_TESTBED_MAX 482
+#define GNUNET_MESSAGE_TYPE_TESTBED_MAX 483
 
 /**
  * The initialization message towards gnunet-testbed-helper

Modified: gnunet/src/util/crypto_ecc.c
===================================================================
--- gnunet/src/util/crypto_ecc.c        2013-02-21 17:48:22 UTC (rev 26183)
+++ gnunet/src/util/crypto_ecc.c        2013-02-21 18:30:35 UTC (rev 26184)
@@ -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]