diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-11-14 00:38:31 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-11-14 00:38:31 +0100 |
commit | 81d6f8e0df4a32ff83b2af5d9d9087594f216c26 (patch) | |
tree | 1ba8e4cfb15a9f6dd1ca6fabe8d6f582cc659e31 /src/exchange-tools/key-helper.c | |
parent | 45d621f5ff16c8c6a559f9e865704e8090885799 (diff) |
starting point for #6175
Diffstat (limited to 'src/exchange-tools/key-helper.c')
-rw-r--r-- | src/exchange-tools/key-helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-tools/key-helper.c b/src/exchange-tools/key-helper.c index 13af9f720..9fd7d50a6 100644 --- a/src/exchange-tools/key-helper.c +++ b/src/exchange-tools/key-helper.c @@ -105,7 +105,7 @@ get_and_check_master_key (const struct GNUNET_CONFIGURATION_Handle *cfg, sizeof (mpub_cfg))) { fprintf (stderr, - "MASTER_PUBLIC_KEY value `%s' specified in section [exchange] of the configuration is a valid public key\n", + "MASTER_PUBLIC_KEY value `%s' specified in section [exchange] of the configuration is not a valid public key\n", masters); GNUNET_free (masters); GNUNET_free (fn); |