do not do path expansion on public key in Crockford encoding

This commit is contained in:
Christian Grothoff 2017-02-13 15:44:58 +01:00
parent 387a37f90e
commit 6e468534be
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -151,7 +151,7 @@ main (int argc,
GNUNET_GETOPT_OPTION_HELP ("Private key of the auditor to use for signing"),
{'m', "exchange-key", "KEY",
"public key of the exchange (Crockford base32 encoded)", 1,
&GNUNET_GETOPT_set_filename, &exchange_public_key},
&GNUNET_GETOPT_set_string, &exchange_public_key},
{'u', "auditor-url", "URL",
"URL of the auditor (informative link for the user)", 1,
&GNUNET_GETOPT_set_string, &auditor_url},