mirror of
https://github.com/curl/curl.git
synced 2026-07-31 06:28:03 +03:00
parent
006d2991bd
commit
7f40633422
8 changed files with 188 additions and 0 deletions
|
|
@ -1967,6 +1967,10 @@ typedef enum {
|
|||
CURLOPT(CURLOPT_PROXY_SSLKEY_BLOB, CURLOPTTYPE_BLOB, 294),
|
||||
CURLOPT(CURLOPT_ISSUERCERT_BLOB, CURLOPTTYPE_BLOB, 295),
|
||||
|
||||
/* Issuer certificate for proxy */
|
||||
CURLOPT(CURLOPT_PROXY_ISSUERCERT, CURLOPTTYPE_STRINGPOINT, 296),
|
||||
CURLOPT(CURLOPT_PROXY_ISSUERCERT_BLOB, CURLOPTTYPE_BLOB, 297),
|
||||
|
||||
CURLOPT_LASTENTRY /* the last unused */
|
||||
} CURLoption;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue