aboutsummaryrefslogtreecommitdiff
path: root/src/hello/test_friend_hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hello/test_friend_hello.c')
-rw-r--r--src/hello/test_friend_hello.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hello/test_friend_hello.c b/src/hello/test_friend_hello.c
index 7d0348339..d5f75c824 100644
--- a/src/hello/test_friend_hello.c
+++ b/src/hello/test_friend_hello.c
@@ -93,8 +93,8 @@ main (int argc, char *argv[])
93 struct GNUNET_HELLO_Message *msg1; 93 struct GNUNET_HELLO_Message *msg1;
94 struct GNUNET_HELLO_Message *msg2; 94 struct GNUNET_HELLO_Message *msg2;
95 struct GNUNET_HELLO_Message *msg3; 95 struct GNUNET_HELLO_Message *msg3;
96 struct GNUNET_CRYPTO_EccPublicKey publicKey; 96 struct GNUNET_CRYPTO_EccPublicSignKey publicKey;
97 struct GNUNET_CRYPTO_EccPublicKey pk; 97 struct GNUNET_CRYPTO_EccPublicSignKey pk;
98 struct GNUNET_TIME_Absolute startup_time; 98 struct GNUNET_TIME_Absolute startup_time;
99 unsigned int i; 99 unsigned int i;
100 100