aboutsummaryrefslogtreecommitdiffstats
path: root/keyserver/curl-shim.h
diff options
context:
space:
mode:
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 91eac9d1e..e942ec710 100644
--- a/keyserver/curl-shim.h
+++ b/keyserver/curl-shim.h
@@ -73,7 +73,7 @@ typedef struct
unsigned int failonerror:1;
unsigned int verbose:1;
} flags;
- struct http_context hd;
+ http_t hd;
} CURL;
#define CURL_ERROR_SIZE 256