aboutsummaryrefslogtreecommitdiff
path: root/src/escrow/plugin_escrow_anastasis.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/escrow/plugin_escrow_anastasis.c')
-rw-r--r--src/escrow/plugin_escrow_anastasis.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/escrow/plugin_escrow_anastasis.c b/src/escrow/plugin_escrow_anastasis.c
index 0c96d8d8d..68be45867 100644
--- a/src/escrow/plugin_escrow_anastasis.c
+++ b/src/escrow/plugin_escrow_anastasis.c
@@ -67,7 +67,7 @@ start_anastasis_key_escrow (struct GNUNET_ESCROW_Handle *h,
67 w->op_id = op_id; 67 w->op_id = op_id;
68 68
69 // TODO: implement 69 // TODO: implement
70 w->escrowAnchor = NULL; 70 w->anchor = NULL;
71 w->emsg = _ ("Anastasis escrow is not yet implemented!\n"); 71 w->emsg = _ ("Anastasis escrow is not yet implemented!\n");
72 GNUNET_SCHEDULER_add_now (cb, w); 72 GNUNET_SCHEDULER_add_now (cb, w);
73 return NULL; 73 return NULL;
@@ -79,7 +79,7 @@ start_anastasis_key_escrow (struct GNUNET_ESCROW_Handle *h,
79 * 79 *
80 * @param h the handle for the escrow component 80 * @param h the handle for the escrow component
81 * @param ego the identity ego containing the private key 81 * @param ego the identity ego containing the private key
82 * @param escrowAnchor the escrow anchor needed to restore the key 82 * @param anchor the escrow anchor needed to restore the key
83 * @param cb the function called upon completion 83 * @param cb the function called upon completion
84 * @param op_id unique ID of the respective ESCROW_Operation 84 * @param op_id unique ID of the respective ESCROW_Operation
85 * 85 *
@@ -88,7 +88,7 @@ start_anastasis_key_escrow (struct GNUNET_ESCROW_Handle *h,
88struct ESCROW_PluginOperationWrapper * 88struct ESCROW_PluginOperationWrapper *
89verify_anastasis_key_escrow (struct GNUNET_ESCROW_Handle *h, 89verify_anastasis_key_escrow (struct GNUNET_ESCROW_Handle *h,
90 struct GNUNET_IDENTITY_Ego *ego, 90 struct GNUNET_IDENTITY_Ego *ego,
91 struct GNUNET_ESCROW_Anchor *escrowAnchor, 91 struct GNUNET_ESCROW_Anchor *anchor,
92 GNUNET_SCHEDULER_TaskCallback cb, 92 GNUNET_SCHEDULER_TaskCallback cb,
93 uint32_t op_id) 93 uint32_t op_id)
94{ 94{