diff options
Diffstat (limited to 'src/testing/testing_cmd_secret_share.c')
-rw-r--r-- | src/testing/testing_cmd_secret_share.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/testing/testing_cmd_secret_share.c b/src/testing/testing_cmd_secret_share.c index 7a9dbc0..26a237d 100644 --- a/src/testing/testing_cmd_secret_share.c +++ b/src/testing/testing_cmd_secret_share.c | |||
@@ -275,7 +275,7 @@ secret_share_run (void *cls, | |||
275 | pds.provider_url = sss->anastasis_url; | 275 | pds.provider_url = sss->anastasis_url; |
276 | { | 276 | { |
277 | const struct TALER_TESTING_Command *ref; | 277 | const struct TALER_TESTING_Command *ref; |
278 | const struct ANASTASIS_CRYPTO_ProviderSaltP *salt; | 278 | const struct ANASTASIS_CRYPTO_ProviderSaltP *provider_salt; |
279 | 279 | ||
280 | ref = TALER_TESTING_interpreter_lookup_command (is, | 280 | ref = TALER_TESTING_interpreter_lookup_command (is, |
281 | sss->config_ref); | 281 | sss->config_ref); |
@@ -286,14 +286,14 @@ secret_share_run (void *cls, | |||
286 | return; | 286 | return; |
287 | } | 287 | } |
288 | if (GNUNET_OK != | 288 | if (GNUNET_OK != |
289 | ANASTASIS_TESTING_get_trait_salt (ref, | 289 | ANASTASIS_TESTING_get_trait_provider_salt (ref, |
290 | &salt)) | 290 | &provider_salt)) |
291 | { | 291 | { |
292 | GNUNET_break (0); | 292 | GNUNET_break (0); |
293 | TALER_TESTING_interpreter_fail (sss->is); | 293 | TALER_TESTING_interpreter_fail (sss->is); |
294 | return; | 294 | return; |
295 | } | 295 | } |
296 | pds.provider_salt = *salt; | 296 | pds.provider_salt = *provider_salt; |
297 | } | 297 | } |
298 | 298 | ||
299 | sss->sso = ANASTASIS_secret_share (is->ctx, | 299 | sss->sso = ANASTASIS_secret_share (is->ctx, |