From 876325b7e1c4c73f1219a9004d6441cf41e7f11b Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 1 Oct 2013 12:04:16 +0000 Subject: fixing test --- src/transport/test_plugin_transport.c | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'src/transport/test_plugin_transport.c') diff --git a/src/transport/test_plugin_transport.c b/src/transport/test_plugin_transport.c index eecb30605..816b40a2e 100644 --- a/src/transport/test_plugin_transport.c +++ b/src/transport/test_plugin_transport.c @@ -25,16 +25,12 @@ */ #include "platform.h" -#include "gnunet_common.h" -#include "gnunet_constants.h" #include "gnunet_util_lib.h" #include "gnunet_hello_lib.h" #include "gnunet_peerinfo_service.h" #include "gnunet_statistics_service.h" #include "gnunet_protocols.h" -#include "gnunet_signatures.h" #include "gnunet_transport_plugin.h" - #include "transport.h" /** @@ -48,11 +44,6 @@ /** * Our public key. */ -static struct GNUNET_CRYPTO_EccPublicSignKey my_public_key; - -/** - * Our identity. - */ static struct GNUNET_PeerIdentity my_identity; /** @@ -634,12 +625,9 @@ run (void *cls, char *const *args, const char *cfgfile, end_badly_now (); return; } - GNUNET_CRYPTO_ecc_key_get_public_for_signature (my_private_key, &my_public_key); - GNUNET_CRYPTO_hash (&my_public_key, sizeof (my_public_key), - &my_identity.hashPubKey); - + GNUNET_CRYPTO_ecc_key_get_public_for_signature (my_private_key, &my_identity.public_key); - hello = GNUNET_HELLO_create(&my_public_key, NULL, NULL, GNUNET_NO); + hello = GNUNET_HELLO_create (&my_identity.public_key, NULL, NULL, GNUNET_NO); /* load plugins... */ setup_plugin_environment (); -- cgit v1.2.3