mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* gpgkeys_hkp.c (main): Show curl or fake-curl version string.
* Makefile.am: Link with libcompat.a for ascii_str(n)casecmp.
This commit is contained in:
parent
e7c72ccc2f
commit
1fc3e4a299
3 changed files with 7 additions and 3 deletions
|
@ -731,7 +731,7 @@ main(int argc,char *argv[])
|
|||
/* Send the response */
|
||||
|
||||
fprintf(output,"VERSION %d\n",KEYSERVER_PROTO_VERSION);
|
||||
fprintf(output,"PROGRAM %s\n\n",VERSION);
|
||||
fprintf(output,"PROGRAM %s %s\n\n",VERSION,curl_version());
|
||||
|
||||
if(opt->verbose>1)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue