summaryrefslogtreecommitdiff
path: root/src/util/crypto.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-10-31 12:44:17 +0100
committerChristian Grothoff <christian@grothoff.org>2017-10-31 12:44:17 +0100
commitec8146de92d92db2cb0e9453d5ef1b538b852354 (patch)
treef8a34de99287c85ccaa9b6d71ccd296a815fc823 /src/util/crypto.c
parenta491a4709a6444868b8881067c99d6ccc15554c2 (diff)
downloadexchange-ec8146de92d92db2cb0e9453d5ef1b538b852354.tar.gz
exchange-ec8146de92d92db2cb0e9453d5ef1b538b852354.tar.bz2
exchange-ec8146de92d92db2cb0e9453d5ef1b538b852354.zip
rename: TALER_setup_planchet -> TALER_planchet_setup_refresh
Diffstat (limited to 'src/util/crypto.c')
-rw-r--r--src/util/crypto.c2
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)
{