mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
build: Fixes recent commits to still build with gpgrt 1.27.
* agent/gpg-agent.c (main): Use gnupg_argparse. * tools/gpgconf-comp.c: Use gnupg_opt_t. * tools/gpgconf.c (show_version_gnupg): Use strusage. --
This commit is contained in:
parent
c69c51bce0
commit
c4153f7021
3 changed files with 4 additions and 4 deletions
|
@ -1320,7 +1320,7 @@ main (int argc, char **argv )
|
|||
log_info (_("Note: '%s' is not considered an option\n"), argv[i]);
|
||||
}
|
||||
|
||||
gpgrt_argparse (NULL, &pargs, NULL); /* Release internal state. */
|
||||
gnupg_argparse (NULL, &pargs, NULL); /* Release internal state. */
|
||||
|
||||
if (!last_configname)
|
||||
config_filename = make_filename (gnupg_homedir (),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue