aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_remove_not_existing_record.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/test_namestore_api_remove_not_existing_record.c')
-rw-r--r--src/namestore/test_namestore_api_remove_not_existing_record.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/namestore/test_namestore_api_remove_not_existing_record.c b/src/namestore/test_namestore_api_remove_not_existing_record.c
index 9a3eabbee..11a69bea1 100644
--- a/src/namestore/test_namestore_api_remove_not_existing_record.c
+++ b/src/namestore/test_namestore_api_remove_not_existing_record.c
@@ -38,9 +38,9 @@ static struct GNUNET_NAMESTORE_Handle *nsh;
38 38
39static struct GNUNET_SCHEDULER_Task *endbadly_task; 39static struct GNUNET_SCHEDULER_Task *endbadly_task;
40 40
41static struct GNUNET_IDENTITY_PrivateKey privkey; 41static struct GNUNET_CRYPTO_PrivateKey privkey;
42 42
43static struct GNUNET_IDENTITY_PublicKey pubkey; 43static struct GNUNET_CRYPTO_PublicKey pubkey;
44 44
45static int res; 45static int res;
46 46
@@ -132,7 +132,7 @@ run (void *cls,
132 NULL); 132 NULL);
133 privkey.type = htonl (GNUNET_GNSRECORD_TYPE_PKEY); 133 privkey.type = htonl (GNUNET_GNSRECORD_TYPE_PKEY);
134 GNUNET_CRYPTO_ecdsa_key_create (&privkey.ecdsa_key); 134 GNUNET_CRYPTO_ecdsa_key_create (&privkey.ecdsa_key);
135 GNUNET_IDENTITY_key_get_public (&privkey, &pubkey); 135 GNUNET_CRYPTO_key_get_public (&privkey, &pubkey);
136 136
137 nsh = GNUNET_NAMESTORE_connect (cfg); 137 nsh = GNUNET_NAMESTORE_connect (cfg);
138 GNUNET_break (NULL != nsh); 138 GNUNET_break (NULL != nsh);