mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +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
|
@ -1042,7 +1042,7 @@ static void
|
|||
show_version_gnupg (estream_t fp, const char *prefix)
|
||||
{
|
||||
es_fprintf (fp, "%s%sGnuPG %s (%s)\n%s%s\n", prefix, *prefix?"":"* ",
|
||||
strusage (13), BUILD_REVISION, prefix, gpgrt_strusage (17));
|
||||
strusage (13), BUILD_REVISION, prefix, strusage (17));
|
||||
#ifdef HAVE_W32_SYSTEM
|
||||
{
|
||||
OSVERSIONINFO osvi = { sizeof (osvi) };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue