aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-02-21 18:30:35 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-02-21 18:30:35 +0000
commitad98a4af0dd38639fe16b02587d46d7d9808f5f2 (patch)
tree4e9a3470a8ee0198bf5ff8186a26d0762554fc1a /src
parent61a90151e5e0a1efac9770be1a817fa9411f167b (diff)
downloadgnunet-ad98a4af0dd38639fe16b02587d46d7d9808f5f2.tar.gz
gnunet-ad98a4af0dd38639fe16b02587d46d7d9808f5f2.zip
- fix compile
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_protocols.h7
-rw-r--r--src/util/crypto_ecc.c2
2 files changed, 7 insertions, 2 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index dd48e696c..f44797cab 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1590,10 +1590,15 @@ extern "C"
1590#define GNUNET_MESSAGE_TYPE_TESTBED_SLAVE_CONFIGURATION 481 1590#define GNUNET_MESSAGE_TYPE_TESTBED_SLAVE_CONFIGURATION 481
1591 1591
1592/** 1592/**
1593 * Message to signal the result of GNUNET_MESSAGE_TYPE_TESTBED_LINK_CONTROLLERS request
1594 */
1595#define GNUNET_MESSAGE_TYPE_TESTBED_LINK_CONTROLLERS_RESULT 482
1596
1597/**
1593 * Not really a message, but for careful checks on the testbed messages; Should 1598 * Not really a message, but for careful checks on the testbed messages; Should
1594 * always be the maximum and never be used to send messages with this type 1599 * always be the maximum and never be used to send messages with this type
1595 */ 1600 */
1596#define GNUNET_MESSAGE_TYPE_TESTBED_MAX 482 1601#define GNUNET_MESSAGE_TYPE_TESTBED_MAX 483
1597 1602
1598/** 1603/**
1599 * The initialization message towards gnunet-testbed-helper 1604 * The initialization message towards gnunet-testbed-helper
diff --git a/src/util/crypto_ecc.c b/src/util/crypto_ecc.c
index 0b3ef0ad0..2df5b2395 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\n")); 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);