summaryrefslogtreecommitdiff
path: root/src/util/crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/crypto.c')
-rw-r--r--src/util/crypto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/crypto.c b/src/util/crypto.c
index ce5bfac82..527aecbf2 100644
--- a/src/util/crypto.c
+++ b/src/util/crypto.c
@@ -178,9 +178,9 @@ TALER_link_recover_transfer_secret (const struct TALER_TransferPublicKeyP *trans
* @param[out] fc value to initialize
*/
void
-TALER_setup_fresh_coin (const struct TALER_TransferSecretP *secret_seed,
+TALER_setup_planchet (const struct TALER_TransferSecretP *secret_seed,
unsigned int coin_num_salt,
- struct TALER_FreshCoinP *fc)
+ struct TALER_PlanchetSecretsP *fc)
{
uint32_t be_salt = htonl (coin_num_salt);
uint8_t *p;