mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* curl-shim.c (curl_easy_perform): Fix compile warning.
* curl-shim.h, gpgkeys_curl.c (main), gpgkeys_ldap.c (main): Add ca-cert-file option, to pass in the SSL cert.
This commit is contained in:
parent
25001837e9
commit
2833a0eadc
5 changed files with 67 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue