aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_remove.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/test_namestore_api_remove.c')
-rw-r--r--src/namestore/test_namestore_api_remove.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/namestore/test_namestore_api_remove.c b/src/namestore/test_namestore_api_remove.c
index 9c00cdfad..1a4a7c867 100644
--- a/src/namestore/test_namestore_api_remove.c
+++ b/src/namestore/test_namestore_api_remove.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
@@ -157,7 +157,7 @@ run (void *cls,
157 NULL); 157 NULL);
158 privkey.type = htonl (GNUNET_GNSRECORD_TYPE_PKEY); 158 privkey.type = htonl (GNUNET_GNSRECORD_TYPE_PKEY);
159 GNUNET_CRYPTO_ecdsa_key_create (&privkey.ecdsa_key); 159 GNUNET_CRYPTO_ecdsa_key_create (&privkey.ecdsa_key);
160 GNUNET_IDENTITY_key_get_public (&privkey, 160 GNUNET_CRYPTO_key_get_public (&privkey,
161 &pubkey); 161 &pubkey);
162 162
163 removed = GNUNET_NO; 163 removed = GNUNET_NO;