diff options
Diffstat (limited to 'keyserver/curl-shim.h')
-rw-r--r-- | keyserver/curl-shim.h | 1 |
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_ */ |