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.c4
1 files changed, 2 insertions, 2 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 396e69ff0..7c4dcc253 100644
--- a/src/namestore/test_namestore_api_remove_not_existing_record.c
+++ b/src/namestore/test_namestore_api_remove_not_existing_record.c
@@ -41,7 +41,7 @@ static GNUNET_SCHEDULER_TaskIdentifier endbadly_task;
41 41
42static struct GNUNET_CRYPTO_EccPrivateKey *privkey; 42static struct GNUNET_CRYPTO_EccPrivateKey *privkey;
43 43
44static struct GNUNET_CRYPTO_EccPublicKey pubkey; 44static struct GNUNET_CRYPTO_EccPublicSignKey pubkey;
45 45
46static int res; 46static int res;
47 47
@@ -152,7 +152,7 @@ run (void *cls,
152 privkey = GNUNET_CRYPTO_ecc_key_create_from_file (hostkey_file); 152 privkey = GNUNET_CRYPTO_ecc_key_create_from_file (hostkey_file);
153 GNUNET_free (hostkey_file); 153 GNUNET_free (hostkey_file);
154 GNUNET_assert (privkey != NULL); 154 GNUNET_assert (privkey != NULL);
155 GNUNET_CRYPTO_ecc_key_get_public (privkey, &pubkey); 155 GNUNET_CRYPTO_ecc_key_get_public_for_signature (privkey, &pubkey);
156 156
157 nsh = GNUNET_NAMESTORE_connect (cfg); 157 nsh = GNUNET_NAMESTORE_connect (cfg);
158 GNUNET_break (NULL != nsh); 158 GNUNET_break (NULL != nsh);