diff options
Diffstat (limited to 'src/mint/taler-mint-httpd_db.c')
-rw-r--r-- | src/mint/taler-mint-httpd_db.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mint/taler-mint-httpd_db.c b/src/mint/taler-mint-httpd_db.c index 9ddce104d..8f7553896 100644 --- a/src/mint/taler-mint-httpd_db.c +++ b/src/mint/taler-mint-httpd_db.c | |||
@@ -908,7 +908,7 @@ TALER_MINT_db_execute_refresh_reveal (struct MHD_Connection *connection, | |||
908 | off = 0; | 908 | off = 0; |
909 | for (i = 0; i < refresh_session.kappa - 1; i++) | 909 | for (i = 0; i < refresh_session.kappa - 1; i++) |
910 | { | 910 | { |
911 | struct GNUNET_HashCode last_shared_secret; | 911 | struct TALER_LinkSecret last_shared_secret; |
912 | int secret_initialized = GNUNET_NO; | 912 | int secret_initialized = GNUNET_NO; |
913 | 913 | ||
914 | if (i == refresh_session.noreveal_index) | 914 | if (i == refresh_session.noreveal_index) |
@@ -919,7 +919,7 @@ TALER_MINT_db_execute_refresh_reveal (struct MHD_Connection *connection, | |||
919 | struct RefreshCommitLink commit_link; | 919 | struct RefreshCommitLink commit_link; |
920 | struct GNUNET_CRYPTO_EcdsaPublicKey coin_pub; | 920 | struct GNUNET_CRYPTO_EcdsaPublicKey coin_pub; |
921 | struct GNUNET_HashCode transfer_secret; | 921 | struct GNUNET_HashCode transfer_secret; |
922 | struct GNUNET_HashCode shared_secret; | 922 | struct TALER_LinkSecret shared_secret; |
923 | 923 | ||
924 | res = TALER_MINT_DB_get_refresh_commit_link (db_conn, | 924 | res = TALER_MINT_DB_get_refresh_commit_link (db_conn, |
925 | refresh_session_pub, | 925 | refresh_session_pub, |