aboutsummaryrefslogtreecommitdiff
path: root/src/escrow/escrow_api.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/escrow_api.c
parent006a0802a8d4e89f58146c3bd1f16bb95eb5eee9 (diff)
downloadgnunet-91d9d4251d3b1d0fab1780da73b6969581d22ffe.tar.gz
gnunet-91d9d4251d3b1d0fab1780da73b6969581d22ffe.zip
begin implementation of gns verify and restore
Diffstat (limited to 'src/escrow/escrow_api.c')
-rw-r--r--src/escrow/escrow_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/escrow/escrow_api.c b/src/escrow/escrow_api.c
index 116cb085d..1c81a7f6e 100644
--- a/src/escrow/escrow_api.c
+++ b/src/escrow/escrow_api.c
@@ -364,7 +364,7 @@ handle_verify_escrow_result (void *cls)
364 */ 364 */
365struct GNUNET_ESCROW_Operation * 365struct GNUNET_ESCROW_Operation *
366GNUNET_ESCROW_verify (struct GNUNET_ESCROW_Handle *h, 366GNUNET_ESCROW_verify (struct GNUNET_ESCROW_Handle *h,
367 const struct GNUNET_IDENTITY_Ego *ego, 367 struct GNUNET_IDENTITY_Ego *ego,
368 struct GNUNET_ESCROW_Anchor *escrowAnchor, 368 struct GNUNET_ESCROW_Anchor *escrowAnchor,
369 enum GNUNET_ESCROW_Key_Escrow_Method method, 369 enum GNUNET_ESCROW_Key_Escrow_Method method,
370 GNUNET_ESCROW_VerifyContinuation cb, 370 GNUNET_ESCROW_VerifyContinuation cb,