1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* gpgkeys_hkp.c (main), gpgkeys_curl.c (main), curl-shim.h: Show

version of curl (or curl-shim) when debug is set.
This commit is contained in:
David Shaw 2005-08-04 03:59:16 +00:00
parent 3244978721
commit 1990aacce0
4 changed files with 8 additions and 0 deletions

View file

@ -260,6 +260,7 @@ main(int argc,char *argv[])
if(opt->debug)
{
fprintf(console,"gpgkeys: curl version = %s\n",curl_version());
curl_easy_setopt(curl,CURLOPT_STDERR,console);
curl_easy_setopt(curl,CURLOPT_VERBOSE,1);
}