summaryrefslogtreecommitdiffstats
path: root/keyserver/curl-shim.h
diff options
context:
space:
mode:
authorDavid Shaw <dshaw@jabberwocky.com>2006-02-22 03:11:35 +0100
committerDavid Shaw <dshaw@jabberwocky.com>2006-02-22 03:11:35 +0100
commit79ec50f77d03175652cdcfe04ab69ec75364f250 (patch)
tree2c3db0b4c41b97c09d59edee84a1295d1dc4f380 /keyserver/curl-shim.h
parent* getkey.c (get_pubkey_byname): Fix minor security problem with PKA when (diff)
downloadgnupg2-79ec50f77d03175652cdcfe04ab69ec75364f250.tar.xz
gnupg2-79ec50f77d03175652cdcfe04ab69ec75364f250.zip
* curl-shim.h, curl-shim.c (curl_easy_init, curl_easy_setopt,
curl_easy_perform): Mingw has 'stderr' as a macro?
Diffstat (limited to 'keyserver/curl-shim.h')
-rw-r--r--keyserver/curl-shim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyserver/curl-shim.h b/keyserver/curl-shim.h
index 7fee3b70f..91eac9d1e 100644
--- a/keyserver/curl-shim.h
+++ b/keyserver/curl-shim.h
@@ -66,7 +66,7 @@ typedef struct
void *file;
char *postfields;
unsigned int status;
- FILE *stderr;
+ FILE *errors;
struct
{
unsigned int post:1;