summaryrefslogtreecommitdiffstats
path: root/keyserver/curl-shim.h
diff options
context:
space:
mode:
authorDavid Shaw <dshaw@jabberwocky.com>2005-08-04 05:59:16 +0200
committerDavid Shaw <dshaw@jabberwocky.com>2005-08-04 05:59:16 +0200
commit1990aacce09a91da739f12cfabe6009c0561b130 (patch)
treea6bcae014413ef3006c5ee783e916104784722ee /keyserver/curl-shim.h
parentRemoved silly old file (diff)
downloadgnupg2-1990aacce09a91da739f12cfabe6009c0561b130.tar.xz
gnupg2-1990aacce09a91da739f12cfabe6009c0561b130.zip
* gpgkeys_hkp.c (main), gpgkeys_curl.c (main), curl-shim.h: Show
version of curl (or curl-shim) when debug is set.
Diffstat (limited to 'keyserver/curl-shim.h')
-rw-r--r--keyserver/curl-shim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyserver/curl-shim.h b/keyserver/curl-shim.h
index c78c12960..f8a111466 100644
--- a/keyserver/curl-shim.h
+++ b/keyserver/curl-shim.h
@@ -85,5 +85,6 @@ CURLcode curl_easy_perform(CURL *curl);
void curl_easy_cleanup(CURL *curl);
char *curl_escape(char *str,int len);
void curl_free(char *ptr);
+#define curl_version() "GnuPG curl-shim "VERSION
#endif /* !_CURL_SHIM_H_ */