aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_ns_lookup.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-06 14:18:31 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-06 14:18:31 +0000
commitfe76c075e315c0351e2fe465434ae39087daf014 (patch)
tree436887ccaf331932a3c13a8b9d2a2a710dad4be6 /src/gns/test_gns_ns_lookup.c
parent7eb2835d8a494c83aedb720a2ac6f6e5ba23f22f (diff)
downloadgnunet-fe76c075e315c0351e2fe465434ae39087daf014.tar.gz
gnunet-fe76c075e315c0351e2fe465434ae39087daf014.zip
moving to new, fixed-size encoding of public and private ECC keys everywhere, also improving ECC API to better support ECRS/GADS operations
Diffstat (limited to 'src/gns/test_gns_ns_lookup.c')
-rw-r--r--src/gns/test_gns_ns_lookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/test_gns_ns_lookup.c b/src/gns/test_gns_ns_lookup.c
index e62d34e9a..0673243b6 100644
--- a/src/gns/test_gns_ns_lookup.c
+++ b/src/gns/test_gns_ns_lookup.c
@@ -561,7 +561,7 @@ do_check (void *cls,
561 const struct GNUNET_CONFIGURATION_Handle *ccfg, 561 const struct GNUNET_CONFIGURATION_Handle *ccfg,
562 struct GNUNET_TESTING_Peer *peer) 562 struct GNUNET_TESTING_Peer *peer)
563{ 563{
564 struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded alice_pkey; 564 struct GNUNET_CRYPTO_EccPublicKey alice_pkey;
565 char* alice_keyfile; 565 char* alice_keyfile;
566 struct GNUNET_NAMESTORE_RecordData rd[2]; 566 struct GNUNET_NAMESTORE_RecordData rd[2];
567 struct in_addr ns; 567 struct in_addr ns;