aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core_neighbours.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-02-05 20:49:21 +0000
committerChristian Grothoff <christian@grothoff.org>2013-02-05 20:49:21 +0000
commitca35f67faee8371fa763bdf49f04a8d5d4cdc021 (patch)
tree5535df5e5a2428ed838c6a0e60b2c6c68a7842c5 /src/core/gnunet-service-core_neighbours.c
parentdd7cca21c5dbaef4d56f92bab3932f0f73d092d1 (diff)
downloadgnunet-ca35f67faee8371fa763bdf49f04a8d5d4cdc021.tar.gz
gnunet-ca35f67faee8371fa763bdf49f04a8d5d4cdc021.zip
switching to ECDHE cryptography f, implementation is incomplete and INSECURE, do not use for anything but testing
Diffstat (limited to 'src/core/gnunet-service-core_neighbours.c')
-rw-r--r--src/core/gnunet-service-core_neighbours.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/gnunet-service-core_neighbours.c b/src/core/gnunet-service-core_neighbours.c
index aa77fe47e..7e0086fd6 100644
--- a/src/core/gnunet-service-core_neighbours.c
+++ b/src/core/gnunet-service-core_neighbours.c
@@ -400,8 +400,8 @@ handle_transport_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
400 type = ntohs (message->type); 400 type = ntohs (message->type);
401 switch (type) 401 switch (type)
402 { 402 {
403 case GNUNET_MESSAGE_TYPE_CORE_SET_KEY: 403 case GNUNET_MESSAGE_TYPE_CORE_EPHEMERAL_KEY:
404 GSC_KX_handle_set_key (n->kxinfo, message); 404 GSC_KX_handle_ephemeral_key (n->kxinfo, message);
405 break; 405 break;
406 case GNUNET_MESSAGE_TYPE_CORE_PING: 406 case GNUNET_MESSAGE_TYPE_CORE_PING:
407 GSC_KX_handle_ping (n->kxinfo, message); 407 GSC_KX_handle_ping (n->kxinfo, message);