aboutsummaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-keyup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mint/taler-mint-keyup.c')
-rw-r--r--src/mint/taler-mint-keyup.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mint/taler-mint-keyup.c b/src/mint/taler-mint-keyup.c
index a57b1e6ba..7c35317ce 100644
--- a/src/mint/taler-mint-keyup.c
+++ b/src/mint/taler-mint-keyup.c
@@ -646,9 +646,10 @@ main (int argc, char *const *argv)
646 // check if key from file matches the one from the configuration 646 // check if key from file matches the one from the configuration
647 { 647 {
648 struct GNUNET_CRYPTO_EddsaPublicKey master_pub_from_cfg; 648 struct GNUNET_CRYPTO_EddsaPublicKey master_pub_from_cfg;
649 if (GNUNET_OK != TALER_configuration_get_data (kcfg, "mint", "master_pub", 649 if (GNUNET_OK !=
650 &master_pub_from_cfg, 650 GNUNET_CONFIGURATION_get_data (kcfg, "mint", "master_pub",
651 sizeof (struct GNUNET_CRYPTO_EddsaPublicKey))) 651 &master_pub_from_cfg,
652 sizeof (struct GNUNET_CRYPTO_EddsaPublicKey)))
652 { 653 {
653 fprintf (stderr, "master key missing in configuration (mint.master_pub)\n"); 654 fprintf (stderr, "master key missing in configuration (mint.master_pub)\n");
654 return 1; 655 return 1;