aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-transport_hello.c')
-rw-r--r--src/transport/gnunet-service-transport_hello.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/gnunet-service-transport_hello.c b/src/transport/gnunet-service-transport_hello.c
index a53e26f95..6bf707755 100644
--- a/src/transport/gnunet-service-transport_hello.c
+++ b/src/transport/gnunet-service-transport_hello.c
@@ -74,7 +74,7 @@ struct OwnAddressList
74 /** 74 /**
75 * Signature for a 'struct TransportPongMessage' for this address. 75 * Signature for a 'struct TransportPongMessage' for this address.
76 */ 76 */
77 struct GNUNET_CRYPTO_EccSignature pong_signature; 77 struct GNUNET_CRYPTO_EddsaSignature pong_signature;
78 78
79}; 79};
80 80
@@ -307,7 +307,7 @@ GST_hello_modify_addresses (int addremove,
307 */ 307 */
308int 308int
309GST_hello_test_address (const struct GNUNET_HELLO_Address *address, 309GST_hello_test_address (const struct GNUNET_HELLO_Address *address,
310 struct GNUNET_CRYPTO_EccSignature **sig, 310 struct GNUNET_CRYPTO_EddsaSignature **sig,
311 struct GNUNET_TIME_Absolute **sig_expiration) 311 struct GNUNET_TIME_Absolute **sig_expiration)
312{ 312{
313 struct OwnAddressList *al; 313 struct OwnAddressList *al;