1
0
Fork 0
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:
David Shaw 2007-04-16 22:47:20 +00:00
parent e7c72ccc2f
commit 1fc3e4a299
3 changed files with 7 additions and 3 deletions

View file

@ -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)
{