aboutsummaryrefslogtreecommitdiff
path: root/src/escrow/plugin_escrow_plaintext.c
diff options
context:
space:
mode:
authorjospaeth <spaethj@in.tum.de>2020-08-10 18:45:30 +0200
committerjospaeth <spaethj@in.tum.de>2020-08-10 18:45:30 +0200
commitf2fb911d529db3787b15e39b8a41e081ea626e41 (patch)
tree606d866cc25a4b8b4bb6deead07bc6282df16b94 /src/escrow/plugin_escrow_plaintext.c
parentb2ebdaca4d0d3a4f1fac2f2f83cdedf4123a43b8 (diff)
downloadgnunet-f2fb911d529db3787b15e39b8a41e081ea626e41.tar.gz
gnunet-f2fb911d529db3787b15e39b8a41e081ea626e41.zip
continue start_gns_escrow, add user secret string
Diffstat (limited to 'src/escrow/plugin_escrow_plaintext.c')
-rw-r--r--src/escrow/plugin_escrow_plaintext.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/escrow/plugin_escrow_plaintext.c b/src/escrow/plugin_escrow_plaintext.c
index 9406361d7..390ba901e 100644
--- a/src/escrow/plugin_escrow_plaintext.c
+++ b/src/escrow/plugin_escrow_plaintext.c
@@ -132,6 +132,7 @@ start_cont (void *cls)
132 * 132 *
133 * @param h the handle for the escrow component 133 * @param h the handle for the escrow component
134 * @param ego the identity ego containing the private key 134 * @param ego the identity ego containing the private key
135 * @param userSecret the user secret (e.g. for derivation of escrow identities)
135 * @param cb the function called upon completion 136 * @param cb the function called upon completion
136 * @param op_id unique ID of the respective ESCROW_Operation 137 * @param op_id unique ID of the respective ESCROW_Operation
137 * 138 *
@@ -140,6 +141,7 @@ start_cont (void *cls)
140struct ESCROW_PluginOperationWrapper * 141struct ESCROW_PluginOperationWrapper *
141start_plaintext_key_escrow (struct GNUNET_ESCROW_Handle *h, 142start_plaintext_key_escrow (struct GNUNET_ESCROW_Handle *h,
142 struct GNUNET_IDENTITY_Ego *ego, 143 struct GNUNET_IDENTITY_Ego *ego,
144 char *userSecret,
143 ESCROW_Plugin_Continuation cb, 145 ESCROW_Plugin_Continuation cb,
144 uint32_t op_id) 146 uint32_t op_id)
145{ 147{