aboutsummaryrefslogtreecommitdiff
path: root/src/escrow/plugin_escrow_plaintext.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/plugin_escrow_plaintext.c
parentd08272011c55477a455d7ad0c316a5b8a98d69b3 (diff)
downloadgnunet-40b6d8bb8bbb36588318be02a6e7a130dfc3ee88.tar.gz
gnunet-40b6d8bb8bbb36588318be02a6e7a130dfc3ee88.zip
fix some bugs in gns escrow, add pk derivation
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 7808a409e..737cf235d 100644
--- a/src/escrow/plugin_escrow_plaintext.c
+++ b/src/escrow/plugin_escrow_plaintext.c
@@ -141,7 +141,7 @@ start_cont (void *cls)
141struct ESCROW_PluginOperationWrapper * 141struct ESCROW_PluginOperationWrapper *
142start_plaintext_key_escrow (struct GNUNET_ESCROW_Handle *h, 142start_plaintext_key_escrow (struct GNUNET_ESCROW_Handle *h,
143 struct GNUNET_IDENTITY_Ego *ego, 143 struct GNUNET_IDENTITY_Ego *ego,
144 char *userSecret, 144 const char *userSecret,
145 ESCROW_Plugin_Continuation cb, 145 ESCROW_Plugin_Continuation cb,
146 uint32_t op_id) 146 uint32_t op_id)
147{ 147{