diff options
Diffstat (limited to 'dirmngr')
-rw-r--r-- | dirmngr/dirmngr-client.c | 2 | ||||
-rw-r--r-- | dirmngr/dirmngr_ldap.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dirmngr/dirmngr-client.c b/dirmngr/dirmngr-client.c index 4dc64bf81..53b405ea2 100644 --- a/dirmngr/dirmngr-client.c +++ b/dirmngr/dirmngr-client.c @@ -80,7 +80,7 @@ static ARGPARSE_OPTS opts[] = { { oPEM, "pem", 0, N_("expect certificates in PEM format")}, { oForceDefaultResponder, "force-default-responder", 0, N_("force the use of the default OCSP responder")}, - { 0, NULL, 0, NULL } + ARGPARSE_end () }; diff --git a/dirmngr/dirmngr_ldap.c b/dirmngr/dirmngr_ldap.c index 836ced0c1..5a9ae977c 100644 --- a/dirmngr/dirmngr_ldap.c +++ b/dirmngr/dirmngr_ldap.c @@ -150,7 +150,7 @@ static ARGPARSE_OPTS opts[] = { { oAttr, "attr", 2, N_("|STRING|return the attribute STRING")}, { oOnlySearchTimeout, "only-search-timeout", 0, "@"}, { oLogWithPID,"log-with-pid", 0, "@"}, - { 0, NULL, 0, NULL } + ARGPARSE_end () }; |