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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyserver/curl-shim.h b/keyserver/curl-shim.h
index eb91af33d..906d4345c 100644
--- a/keyserver/curl-shim.h
+++ b/keyserver/curl-shim.h
@@ -42,7 +42,8 @@ typedef enum
CURLOPT_STDERR,
CURLOPT_VERBOSE,
CURLOPT_SSL_VERIFYPEER,
- CURLOPT_PROXY
+ CURLOPT_PROXY,
+ CURLOPT_CAINFO
} CURLoption;
typedef size_t (*write_func)(char *buffer,size_t size,