aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_put.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/test_namestore_api_put.c')
-rw-r--r--src/namestore/test_namestore_api_put.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/test_namestore_api_put.c b/src/namestore/test_namestore_api_put.c
index df5cb336e..ff99b60f9 100644
--- a/src/namestore/test_namestore_api_put.c
+++ b/src/namestore/test_namestore_api_put.c
@@ -44,7 +44,7 @@ static GNUNET_SCHEDULER_TaskIdentifier endbadly_task;
44 44
45static struct GNUNET_CRYPTO_EccPrivateKey * privkey; 45static struct GNUNET_CRYPTO_EccPrivateKey * privkey;
46 46
47static struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded pubkey; 47static struct GNUNET_CRYPTO_EccPublicKey pubkey;
48 48
49static struct GNUNET_NAMESTORE_RecordData *s_rd; 49static struct GNUNET_NAMESTORE_RecordData *s_rd;
50 50