aboutsummaryrefslogtreecommitdiffstats
path: root/keyserver/curl-shim.h
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2009-05-11 03:21:41 +0000
committerDavid Shaw <[email protected]>2009-05-11 03:21:41 +0000
commit07390d3f80966f2028bd3a2a78e89e184578f162 (patch)
tree7d878a6e4868f1067a31c6524dcb355ab2278e27 /keyserver/curl-shim.h
parentDoc fixes. (diff)
downloadgnupg-07390d3f80966f2028bd3a2a78e89e184578f162.tar.gz
gnupg-07390d3f80966f2028bd3a2a78e89e184578f162.zip
From 1.4:
* curl-shim.h (curl_version): No need to provide a version for curl-shim as it always matches the GnuPG version. * gpgkeys_curl.c, gpgkeys_hkp.c (main): Show which version of curl we're using as part of --version. * gpgkeys_curl.c, gpgkeys_finger.c, gpgkeys_hkp.c, gpgkeys_ldap.c (show_help): Document --version.
Diffstat (limited to 'keyserver/curl-shim.h')
-rw-r--r--keyserver/curl-shim.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyserver/curl-shim.h b/keyserver/curl-shim.h
index 0a70b4cc8..3b254ac03 100644
--- a/keyserver/curl-shim.h
+++ b/keyserver/curl-shim.h
@@ -1,5 +1,5 @@
/* curl-shim.h
- * Copyright (C) 2005, 2006 Free Software Foundation, Inc.
+ * Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
*
* This file is part of GNUPG.
*
@@ -91,7 +91,7 @@ CURLcode curl_easy_perform(CURL *curl);
void curl_easy_cleanup(CURL *curl);
char *curl_escape(char *str,int len);
#define curl_free(x) free(x)
-#define curl_version() "GnuPG curl-shim "VERSION
+#define curl_version() "GnuPG curl-shim"
curl_version_info_data *curl_version_info(int type);
#endif /* !_CURL_SHIM_H_ */