aboutsummaryrefslogtreecommitdiff
path: root/src/escrow/escrow_api.c
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/escrow/escrow_api.c
parentd08272011c55477a455d7ad0c316a5b8a98d69b3 (diff)
downloadgnunet-40b6d8bb8bbb36588318be02a6e7a130dfc3ee88.tar.gz
gnunet-40b6d8bb8bbb36588318be02a6e7a130dfc3ee88.zip
fix some bugs in gns escrow, add pk derivation
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 e94802cf6..116cb085d 100644
--- a/src/escrow/escrow_api.c
+++ b/src/escrow/escrow_api.c
@@ -241,7 +241,7 @@ handle_start_escrow_result (void *cls)
241struct GNUNET_ESCROW_Operation * 241struct GNUNET_ESCROW_Operation *
242GNUNET_ESCROW_put (struct GNUNET_ESCROW_Handle *h, 242GNUNET_ESCROW_put (struct GNUNET_ESCROW_Handle *h,
243 struct GNUNET_IDENTITY_Ego *ego, 243 struct GNUNET_IDENTITY_Ego *ego,
244 char *userSecret, 244 const char *userSecret,
245 enum GNUNET_ESCROW_Key_Escrow_Method method, 245 enum GNUNET_ESCROW_Key_Escrow_Method method,
246 GNUNET_ESCROW_AnchorContinuation cb, 246 GNUNET_ESCROW_AnchorContinuation cb,
247 void *cb_cls) 247 void *cb_cls)