summaryrefslogtreecommitdiff
path: root/src/mintdb/mintdb_keyio.c
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/mintdb/mintdb_keyio.c
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/mintdb/mintdb_keyio.c')
-rw-r--r--src/mintdb/mintdb_keyio.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/mintdb/mintdb_keyio.c b/src/mintdb/mintdb_keyio.c
index 44baee856..7109c983f 100644
--- a/src/mintdb/mintdb_keyio.c
+++ b/src/mintdb/mintdb_keyio.c
@@ -44,9 +44,8 @@ struct SignkeysIterateContext
/**
- * Function called on each file in the directory with
- * our signing keys. Parses the file and calls the
- * iterator from @a cls.
+ * Function called on each file in the directory with our signing
+ * keys. Parses the file and calls the iterator from @a cls.
*
* @param cls the `struct SignkeysIterateContext *`
* @param filename name of the file to parse
@@ -68,8 +67,10 @@ signkeys_iterate_dir_iter (void *cls,
if (nread != sizeof (struct TALER_MINTDB_PrivateSigningKeyInformationP))
{
GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
- "Invalid signkey file `%s': wrong size\n",
- filename);
+ "Invalid signkey file `%s': wrong size (%d, expected %u)\n",
+ filename,
+ (int) nread,
+ sizeof (struct TALER_MINTDB_PrivateSigningKeyInformationP));
return GNUNET_OK;
}
return skc->it (skc->it_cls,