-fix warning

This commit is contained in:
Christian Grothoff 2021-10-27 13:44:41 +02:00
parent 77142acbe8
commit 4bfa68efee
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -2669,7 +2669,7 @@ show_denomkeys (const struct TALER_SecurityModulePublicKeyP *secm_pub,
{ {
GNUNET_log (GNUNET_ERROR_TYPE_ERROR, GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Invalid security module signature for denomination key %s (aborting)\n", "Invalid security module signature for denomination key %s (aborting)\n",
GNUNET_h2s (&h_denom_pub)); GNUNET_h2s (&h_denom_pub.hash));
global_ret = EXIT_FAILURE; global_ret = EXIT_FAILURE;
test_shutdown (); test_shutdown ();
return GNUNET_SYSERR; return GNUNET_SYSERR;
@ -3088,7 +3088,7 @@ sign_denomkeys (const struct TALER_SecurityModulePublicKeyP *secm_pub,
{ {
GNUNET_log (GNUNET_ERROR_TYPE_ERROR, GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Invalid security module signature for denomination key %s (aborting)\n", "Invalid security module signature for denomination key %s (aborting)\n",
GNUNET_h2s (&h_denom_pub)); GNUNET_h2s (&h_denom_pub.hash));
global_ret = EXIT_FAILURE; global_ret = EXIT_FAILURE;
test_shutdown (); test_shutdown ();
GNUNET_JSON_parse_free (spec); GNUNET_JSON_parse_free (spec);