diff options
author | David Shaw <[email protected]> | 2005-06-23 23:42:35 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2005-06-23 23:42:35 +0000 |
commit | ccab129be56be608e9b196aec35ed9969b8c4c78 (patch) | |
tree | 65d8995f3d3acd8f6703635b085eca7e01c448c6 /keyserver/gpgkeys_http.c | |
parent | * curl-shim.h, curl-shim.c (curl_easy_setopt, curl_easy_perform): Add (diff) | |
download | gnupg-ccab129be56be608e9b196aec35ed9969b8c4c78.tar.gz gnupg-ccab129be56be608e9b196aec35ed9969b8c4c78.zip |
* gpgkeys_mailto.in, gpgkeys_test.in: Use @VERSION@ so version string
stays up to date.
* gpgkeys_http.c: Don't need to define HTTP_PROXY_ENV here since it's
in ksutil.h.
* gpgkeys_curl.c (get_key, main), gpgkeys_hkp.c (main): Pass AUTH
values to curl or curl-shim.
* curl-shim.c (curl_easy_perform), gpgkeys_curl.c (main),
gpgkeys_hkp.c (main): Use curl-style proxy semantics.
Diffstat (limited to '')
-rw-r--r-- | keyserver/gpgkeys_http.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyserver/gpgkeys_http.c b/keyserver/gpgkeys_http.c index 158fec9ad..4a8844dfe 100644 --- a/keyserver/gpgkeys_http.c +++ b/keyserver/gpgkeys_http.c @@ -48,12 +48,6 @@ static char port[MAX_PORT+1]; static char path[URLMAX_PATH+1]; static FILE *input,*output,*console; -#ifdef __riscos__ -#define HTTP_PROXY_ENV "GnuPG$HttpProxy" -#else -#define HTTP_PROXY_ENV "http_proxy" -#endif - static int get_key(char *getkey) { |