summaryrefslogtreecommitdiff
path: root/src/mint-tools
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-18 16:24:01 +0200
committerChristian Grothoff <christian@grothoff.org>2015-06-18 16:24:01 +0200
commit3df2a873b5b9197c9ccb689ac5eebdb43697e530 (patch)
tree38b633d3462052f704675e14696272481fa392d0 /src/mint-tools
parent8f656ba0fc3973ca517cbec902cc8ce2d7b15e92 (diff)
downloadexchange-3df2a873b5b9197c9ccb689ac5eebdb43697e530.tar.gz
exchange-3df2a873b5b9197c9ccb689ac5eebdb43697e530.tar.bz2
exchange-3df2a873b5b9197c9ccb689ac5eebdb43697e530.zip
fix generation of signing keys by keyup tool
Diffstat (limited to 'src/mint-tools')
-rw-r--r--src/mint-tools/taler-mint-keyup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mint-tools/taler-mint-keyup.c b/src/mint-tools/taler-mint-keyup.c
index e9de07ef4..f4b9bb652 100644
--- a/src/mint-tools/taler-mint-keyup.c
+++ b/src/mint-tools/taler-mint-keyup.c
@@ -555,9 +555,9 @@ mint_keys_update_signkeys ()
&signkey_issue);
nwrite = GNUNET_DISK_fn_write (skf,
&signkey_issue,
- sizeof (struct TALER_MintSigningKeyValidityPS),
+ sizeof (struct TALER_MINTDB_PrivateSigningKeyInformationP),
GNUNET_DISK_PERM_USER_WRITE | GNUNET_DISK_PERM_USER_READ);
- if (nwrite != sizeof (struct TALER_MintSigningKeyValidityPS))
+ if (sizeof (struct TALER_MINTDB_PrivateSigningKeyInformationP) != nwrite)
{
fprintf (stderr,
"Failed to write to file `%s': %s\n",