aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_simple_get_authority.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/test_gns_simple_get_authority.c')
-rw-r--r--src/gns/test_gns_simple_get_authority.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gns/test_gns_simple_get_authority.c b/src/gns/test_gns_simple_get_authority.c
index 7a25e7ca1..7a3e8af93 100644
--- a/src/gns/test_gns_simple_get_authority.c
+++ b/src/gns/test_gns_simple_get_authority.c
@@ -178,9 +178,9 @@ void do_check (void *cls,
178 const struct GNUNET_CONFIGURATION_Handle *ccfg, 178 const struct GNUNET_CONFIGURATION_Handle *ccfg,
179 struct GNUNET_TESTING_Peer *peer) 179 struct GNUNET_TESTING_Peer *peer)
180{ 180{
181 struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded our_pkey; 181 struct GNUNET_CRYPTO_EccPublicKey our_pkey;
182 struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded alice_pkey; 182 struct GNUNET_CRYPTO_EccPublicKey alice_pkey;
183 struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded bob_pkey; 183 struct GNUNET_CRYPTO_EccPublicKey bob_pkey;
184 struct GNUNET_CRYPTO_EccPrivateKey *our_key; 184 struct GNUNET_CRYPTO_EccPrivateKey *our_key;
185 struct GNUNET_CRYPTO_EccPrivateKey *alice_key; 185 struct GNUNET_CRYPTO_EccPrivateKey *alice_key;
186 struct GNUNET_CRYPTO_EccPrivateKey *bob_key; 186 struct GNUNET_CRYPTO_EccPrivateKey *bob_key;