aboutsummaryrefslogtreecommitdiff
path: root/src/cli/reclaim/gnunet-did.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/reclaim/gnunet-did.c')
-rw-r--r--src/cli/reclaim/gnunet-did.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/cli/reclaim/gnunet-did.c b/src/cli/reclaim/gnunet-did.c
index 33f6c5657..2350b6958 100644
--- a/src/cli/reclaim/gnunet-did.c
+++ b/src/cli/reclaim/gnunet-did.c
@@ -33,14 +33,12 @@
33 * @brief DID Method Wrapper 33 * @brief DID Method Wrapper
34 * 34 *
35 */ 35 */
36#include "platform.h"
37#include "gnunet_util_lib.h" 36#include "gnunet_util_lib.h"
38#include "gnunet_namestore_service.h" 37#include "gnunet_namestore_service.h"
39#include "gnunet_identity_service.h" 38#include "gnunet_identity_service.h"
40#include "gnunet_gns_service.h" 39#include "gnunet_gns_service.h"
41#include "gnunet_gnsrecord_lib.h" 40#include "gnunet_gnsrecord_lib.h"
42#include "did_core.h" 41#include "did_core.h"
43#include "jansson.h"
44 42
45#define GNUNET_DID_DEFAULT_DID_DOCUMENT_EXPIRATION_TIME "1d" 43#define GNUNET_DID_DEFAULT_DID_DOCUMENT_EXPIRATION_TIME "1d"
46 44
@@ -265,7 +263,7 @@ remove_did_document_ego_lookup_cb (void *cls, struct GNUNET_IDENTITY_Ego *ego)
265 const struct GNUNET_CRYPTO_PrivateKey *skey = 263 const struct GNUNET_CRYPTO_PrivateKey *skey =
266 GNUNET_IDENTITY_ego_get_private_key (ego); 264 GNUNET_IDENTITY_ego_get_private_key (ego);
267 265
268 GNUNET_NAMESTORE_records_store (namestore_handle, 266 GNUNET_NAMESTORE_record_set_store (namestore_handle,
269 skey, 267 skey,
270 GNUNET_GNS_EMPTY_LABEL_AT, 268 GNUNET_GNS_EMPTY_LABEL_AT,
271 0, 269 0,