aboutsummaryrefslogtreecommitdiff
path: root/src/escrow/plugin_escrow_plaintext.c
diff options
context:
space:
mode:
authorjospaeth <spaethj@in.tum.de>2020-08-15 16:23:46 +0200
committerjospaeth <spaethj@in.tum.de>2020-08-15 16:23:46 +0200
commit91d9d4251d3b1d0fab1780da73b6969581d22ffe (patch)
tree112ff43d6b844b6497588b617ceb3b93017e3260 /src/escrow/plugin_escrow_plaintext.c
parent006a0802a8d4e89f58146c3bd1f16bb95eb5eee9 (diff)
downloadgnunet-91d9d4251d3b1d0fab1780da73b6969581d22ffe.tar.gz
gnunet-91d9d4251d3b1d0fab1780da73b6969581d22ffe.zip
begin implementation of gns verify and restore
Diffstat (limited to 'src/escrow/plugin_escrow_plaintext.c')
-rw-r--r--src/escrow/plugin_escrow_plaintext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/escrow/plugin_escrow_plaintext.c b/src/escrow/plugin_escrow_plaintext.c
index 737cf235d..4acc3bc47 100644
--- a/src/escrow/plugin_escrow_plaintext.c
+++ b/src/escrow/plugin_escrow_plaintext.c
@@ -221,7 +221,7 @@ verify_cont (void *cls)
221 */ 221 */
222struct ESCROW_PluginOperationWrapper * 222struct ESCROW_PluginOperationWrapper *
223verify_plaintext_key_escrow (struct GNUNET_ESCROW_Handle *h, 223verify_plaintext_key_escrow (struct GNUNET_ESCROW_Handle *h,
224 const struct GNUNET_IDENTITY_Ego *ego, 224 struct GNUNET_IDENTITY_Ego *ego,
225 struct GNUNET_ESCROW_Anchor *escrowAnchor, 225 struct GNUNET_ESCROW_Anchor *escrowAnchor,
226 ESCROW_Plugin_Continuation cb, 226 ESCROW_Plugin_Continuation cb,
227 uint32_t op_id) 227 uint32_t op_id)