summaryrefslogtreecommitdiff
path: root/src/mint/test_mint_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mint/test_mint_common.c')
-rw-r--r--src/mint/test_mint_common.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mint/test_mint_common.c b/src/mint/test_mint_common.c
index f6771474c..83df25046 100644
--- a/src/mint/test_mint_common.c
+++ b/src/mint/test_mint_common.c
@@ -36,10 +36,10 @@ int
main (int argc,
const char *const argv[])
{
- struct TALER_MINT_DenomKeyIssuePriv dki;
+ struct TALER_DenominationKeyIssueInformation dki;
char *enc;
size_t enc_size;
- struct TALER_MINT_DenomKeyIssuePriv dki_read;
+ struct TALER_DenominationKeyIssueInformation dki_read;
char *enc_read;
size_t enc_read_size;
char *tmpfile;
@@ -53,7 +53,7 @@ main (int argc,
dki_read.denom_priv.rsa_private_key = NULL;
GNUNET_CRYPTO_random_block (GNUNET_CRYPTO_QUALITY_WEAK,
&dki.issue.signature,
- sizeof (dki) - offsetof (struct TALER_MINT_DenomKeyIssue,
+ sizeof (dki) - offsetof (struct TALER_DenominationKeyValidityPS,
signature));
dki.denom_priv.rsa_private_key
= GNUNET_CRYPTO_rsa_private_key_create (RSA_KEY_SIZE);