aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_escrow_lib.h
diff options
context:
space:
mode:
authorjospaeth <spaethj@in.tum.de>2020-08-14 17:00:41 +0200
committerjospaeth <spaethj@in.tum.de>2020-08-14 17:00:41 +0200
commit40b6d8bb8bbb36588318be02a6e7a130dfc3ee88 (patch)
treedea89b921dec63dcb69f937c7816d4f933bba407 /src/include/gnunet_escrow_lib.h
parentd08272011c55477a455d7ad0c316a5b8a98d69b3 (diff)
downloadgnunet-40b6d8bb8bbb36588318be02a6e7a130dfc3ee88.tar.gz
gnunet-40b6d8bb8bbb36588318be02a6e7a130dfc3ee88.zip
fix some bugs in gns escrow, add pk derivation
Diffstat (limited to 'src/include/gnunet_escrow_lib.h')
-rw-r--r--src/include/gnunet_escrow_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_escrow_lib.h b/src/include/gnunet_escrow_lib.h
index 28e1e5cb9..04c11e7ec 100644
--- a/src/include/gnunet_escrow_lib.h
+++ b/src/include/gnunet_escrow_lib.h
@@ -291,7 +291,7 @@ struct GNUNET_ESCROW_Operation *
291GNUNET_ESCROW_put ( 291GNUNET_ESCROW_put (
292 struct GNUNET_ESCROW_Handle *h, 292 struct GNUNET_ESCROW_Handle *h,
293 struct GNUNET_IDENTITY_Ego *ego, 293 struct GNUNET_IDENTITY_Ego *ego,
294 char *userSecret, 294 const char *userSecret,
295 enum GNUNET_ESCROW_Key_Escrow_Method method, 295 enum GNUNET_ESCROW_Key_Escrow_Method method,
296 GNUNET_ESCROW_AnchorContinuation cb, 296 GNUNET_ESCROW_AnchorContinuation cb,
297 void *cb_cls); 297 void *cb_cls);