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