aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_ns_lookup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/test_gns_ns_lookup.c')
-rw-r--r--src/gns/test_gns_ns_lookup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/test_gns_ns_lookup.c b/src/gns/test_gns_ns_lookup.c
index 3bdfd24a2..dbeef3f65 100644
--- a/src/gns/test_gns_ns_lookup.c
+++ b/src/gns/test_gns_ns_lookup.c
@@ -563,7 +563,7 @@ do_check (void *cls,
563 const struct GNUNET_CONFIGURATION_Handle *ccfg, 563 const struct GNUNET_CONFIGURATION_Handle *ccfg,
564 struct GNUNET_TESTING_Peer *peer) 564 struct GNUNET_TESTING_Peer *peer)
565{ 565{
566 struct GNUNET_CRYPTO_EccPublicKey alice_pkey; 566 struct GNUNET_CRYPTO_EccPublicSignKey alice_pkey;
567 char* alice_keyfile; 567 char* alice_keyfile;
568 struct GNUNET_NAMESTORE_RecordData rd[2]; 568 struct GNUNET_NAMESTORE_RecordData rd[2];
569 struct in_addr ns; 569 struct in_addr ns;
@@ -593,7 +593,7 @@ do_check (void *cls,
593 } 593 }
594 594
595 alice_key = GNUNET_CRYPTO_ecc_key_create_from_file (alice_keyfile); 595 alice_key = GNUNET_CRYPTO_ecc_key_create_from_file (alice_keyfile);
596 GNUNET_CRYPTO_ecc_key_get_public (alice_key, &alice_pkey); 596 GNUNET_CRYPTO_ecc_key_get_public_for_signature (alice_key, &alice_pkey);
597 GNUNET_free (alice_keyfile); 597 GNUNET_free (alice_keyfile);
598 598
599 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 599 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,