summaryrefslogtreecommitdiff
path: root/src/merchant-tools
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-16 20:53:50 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-16 20:53:50 +0200
commit90adbb36f71224fe4ae8ebace1bc091c4651734f (patch)
tree2cd5fc4f650ac43fbe8d3817f4c2030a670e3529 /src/merchant-tools
parent6bfe1eb75609fbcb6a8ef1b160d64140981c71e2 (diff)
downloadmerchant-90adbb36f71224fe4ae8ebace1bc091c4651734f.tar.gz
merchant-90adbb36f71224fe4ae8ebace1bc091c4651734f.tar.bz2
merchant-90adbb36f71224fe4ae8ebace1bc091c4651734f.zip
fix FTBFS:
Diffstat (limited to 'src/merchant-tools')
-rw-r--r--src/merchant-tools/taler-merchant-setup-reserve.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/merchant-tools/taler-merchant-setup-reserve.c b/src/merchant-tools/taler-merchant-setup-reserve.c
index e46c3a3e..66ece5af 100644
--- a/src/merchant-tools/taler-merchant-setup-reserve.c
+++ b/src/merchant-tools/taler-merchant-setup-reserve.c
@@ -233,12 +233,12 @@ main (int argc,
"auth",
"USERNAME:PASSWORD",
"use the given USERNAME and PASSWORD for client authentication",
- &userpass)),
+ &userpass),
GNUNET_GETOPT_option_string ('C',
"cert",
"CERTFILE",
"name of the TLS client certificate file",
- &certfile)),
+ &certfile),
GNUNET_GETOPT_option_mandatory (
GNUNET_GETOPT_option_string ('e',
"exchange-url",
@@ -249,7 +249,7 @@ main (int argc,
"key",
"KEYFILE",
"file with the private TLS key for TLS client authentication",
- &keyfile)),
+ &keyfile),
GNUNET_GETOPT_option_mandatory (
GNUNET_GETOPT_option_string ('m',
"merchant-url",
@@ -260,12 +260,12 @@ main (int argc,
"pass",
"KEYFILEPASSPHRASE",
"passphrase needed to decrypt the TLS client private key file",
- &keypass)),
+ &keypass),
GNUNET_GETOPT_option_string ('t',
"type",
"CERTTYPE",
"type of the TLS client certificate, defaults to PEM if not specified",
- &certtype)),
+ &certtype),
GNUNET_GETOPT_option_mandatory (
GNUNET_GETOPT_option_string ('w',
"wire-method",