diff options
Diffstat (limited to 'src/util/crypto.c')
-rw-r--r-- | src/util/crypto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/crypto.c b/src/util/crypto.c index 527aecbf2..378b73dc4 100644 --- a/src/util/crypto.c +++ b/src/util/crypto.c @@ -178,7 +178,7 @@ TALER_link_recover_transfer_secret (const struct TALER_TransferPublicKeyP *trans * @param[out] fc value to initialize */ void -TALER_setup_planchet (const struct TALER_TransferSecretP *secret_seed, +TALER_planchet_setup_refresh (const struct TALER_TransferSecretP *secret_seed, unsigned int coin_num_salt, struct TALER_PlanchetSecretsP *fc) { |