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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/test_gns_simple_get_authority.c b/src/gns/test_gns_simple_get_authority.c
index 7a3e8af93..b87455857 100644
--- a/src/gns/test_gns_simple_get_authority.c
+++ b/src/gns/test_gns_simple_get_authority.c
@@ -231,7 +231,7 @@ void do_check (void *cls,
231 231
232 rd.data_size = sizeof(struct GNUNET_CRYPTO_ShortHashCode); 232 rd.data_size = sizeof(struct GNUNET_CRYPTO_ShortHashCode);
233 rd.data = &bob_hash; 233 rd.data = &bob_hash;
234 rd.record_type = GNUNET_GNS_RECORD_PKEY; 234 rd.record_type = GNUNET_NAMESTORE_TYPE_PKEY;
235 rd.flags = GNUNET_NAMESTORE_RF_AUTHORITY; 235 rd.flags = GNUNET_NAMESTORE_RF_AUTHORITY;
236 236
237 /* put bob into our zone */ 237 /* put bob into our zone */
@@ -280,7 +280,7 @@ void do_check (void *cls,
280 280
281 rd.data_size = strlen(TEST_ALICE_PSEU); 281 rd.data_size = strlen(TEST_ALICE_PSEU);
282 rd.data = TEST_ALICE_PSEU; 282 rd.data = TEST_ALICE_PSEU;
283 rd.record_type = GNUNET_GNS_RECORD_PSEU; 283 rd.record_type = GNUNET_NAMESTORE_TYPE_PSEU;
284 GNUNET_free(sig); 284 GNUNET_free(sig);
285 285
286 sig = GNUNET_NAMESTORE_create_signature(alice_key,GNUNET_TIME_UNIT_FOREVER_ABS, "", 286 sig = GNUNET_NAMESTORE_create_signature(alice_key,GNUNET_TIME_UNIT_FOREVER_ABS, "",