aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_revocation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/test_gns_revocation.c')
-rw-r--r--src/gns/test_gns_revocation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/test_gns_revocation.c b/src/gns/test_gns_revocation.c
index 5be15759a..555e44a20 100644
--- a/src/gns/test_gns_revocation.c
+++ b/src/gns/test_gns_revocation.c
@@ -226,7 +226,7 @@ do_check (void *cls,
226 226
227 rd.data_size = sizeof(struct GNUNET_CRYPTO_ShortHashCode); 227 rd.data_size = sizeof(struct GNUNET_CRYPTO_ShortHashCode);
228 rd.data = &bob_hash; 228 rd.data = &bob_hash;
229 rd.record_type = GNUNET_NAMESTORE_TYPE_PKEY; 229 rd.record_type = GNUNET_GNSRECORD_TYPE_PKEY;
230 rd.flags = GNUNET_NAMESTORE_RF_NONE; 230 rd.flags = GNUNET_NAMESTORE_RF_NONE;
231 231
232 GNUNET_NAMESTORE_record_put_by_authority (namestore_handle, 232 GNUNET_NAMESTORE_record_put_by_authority (namestore_handle,
@@ -254,7 +254,7 @@ do_check (void *cls,
254 NULL, 254 NULL,
255 NULL); 255 NULL);
256 rd.data_size = 0; 256 rd.data_size = 0;
257 rd.record_type = GNUNET_NAMESTORE_TYPE_REV; 257 rd.record_type = GNUNET_GNSRECORD_TYPE_REV;
258 258
259 GNUNET_NAMESTORE_record_put_by_authority (namestore_handle, 259 GNUNET_NAMESTORE_record_put_by_authority (namestore_handle,
260 bob_key, 260 bob_key,