mirror of
https://github.com/curl/curl.git
synced 2025-10-01 00:16:48 +03:00
CURLOPT_CRLFILE and CURLOPT_ISSUERCERT are new string options
This commit is contained in:
parent
6cd007838d
commit
b8a9f19515
|
@ -224,6 +224,8 @@ _CURL_WARNING(_curl_easy_getinfo_err_curl_slist,
|
||||||
(option) == CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 || \
|
(option) == CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 || \
|
||||||
(option) == CURLOPT_SSH_PUBLIC_KEYFILE || \
|
(option) == CURLOPT_SSH_PUBLIC_KEYFILE || \
|
||||||
(option) == CURLOPT_SSH_PRIVATE_KEYFILE || \
|
(option) == CURLOPT_SSH_PRIVATE_KEYFILE || \
|
||||||
|
(option) == CURLOPT_CRLFILE || \
|
||||||
|
(option) == CURLOPT_ISSUERCERT || \
|
||||||
0)
|
0)
|
||||||
|
|
||||||
/* evaluates to true if option takes a curl_write_callback argument */
|
/* evaluates to true if option takes a curl_write_callback argument */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user