summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-06 18:39:28 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-06 18:39:28 +0100
commitf173296c3ca55bbd4a541d5a5859cdb1be125da7 (patch)
tree4d4fe5031f638394854743a8c2e402429df3dae0 /src/include
parent57bbdb0997643a53615b8ebff11f22a4d6783d66 (diff)
downloadexchange-f173296c3ca55bbd4a541d5a5859cdb1be125da7.tar.gz
exchange-f173296c3ca55bbd4a541d5a5859cdb1be125da7.tar.bz2
exchange-f173296c3ca55bbd4a541d5a5859cdb1be125da7.zip
-fix refresh FTBFS
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_crypto_lib.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index 077d57859..bfa423ffd 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -1491,11 +1491,10 @@ TALER_planchet_setup_random (
* @param bks blinding secrets
*/
void
-TALER_planchet_blinding_secret_create (const struct TALER_PlanchetSecretsP *ps,
-
- const struct
- TALER_ExchangeWithdrawValues *alg_values,
- union TALER_DenominationBlindingKeyP *bks);
+TALER_planchet_blinding_secret_create (
+ const struct TALER_PlanchetSecretsP *ps,
+ const struct TALER_ExchangeWithdrawValues *alg_values,
+ union TALER_DenominationBlindingKeyP *bks);
/**