aboutsummaryrefslogtreecommitdiffstats
path: root/keyserver/curl-shim.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--keyserver/curl-shim.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyserver/curl-shim.h b/keyserver/curl-shim.h
index 36aa880a9..6c5bc4368 100644
--- a/keyserver/curl-shim.h
+++ b/keyserver/curl-shim.h
@@ -36,6 +36,7 @@ typedef enum
typedef enum
{
CURLOPT_URL,
+ CURLOPT_USERPWD,
CURLOPT_WRITEFUNCTION,
CURLOPT_FILE,
CURLOPT_ERRORBUFFER,
@@ -57,6 +58,7 @@ typedef size_t (*write_func)(char *buffer,size_t size,
typedef struct
{
char *url;
+ char *auth;
char *errorbuffer;
char *proxy;
write_func writer;