aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.cz>2008-06-09 11:13:19 +0000
committerMichal Marek <mmarek@suse.cz>2008-06-09 11:13:19 +0000
commitb8a9f195158644186c8c95bcb443a1cf6169857f (patch)
tree8c033c291aba6e84ee18c1e1d0ed180517077812 /include
parent6cd007838dcb16573c89a39fadaf56b9a76196b9 (diff)
CURLOPT_CRLFILE and CURLOPT_ISSUERCERT are new string options
Diffstat (limited to 'include')
-rw-r--r--include/curl/typecheck-gcc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/curl/typecheck-gcc.h b/include/curl/typecheck-gcc.h
index 4c7569698..bd0b0b7bb 100644
--- a/include/curl/typecheck-gcc.h
+++ b/include/curl/typecheck-gcc.h
@@ -224,6 +224,8 @@ _CURL_WARNING(_curl_easy_getinfo_err_curl_slist,
(option) == CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 || \
(option) == CURLOPT_SSH_PUBLIC_KEYFILE || \
(option) == CURLOPT_SSH_PRIVATE_KEYFILE || \
+ (option) == CURLOPT_CRLFILE || \
+ (option) == CURLOPT_ISSUERCERT || \
0)
/* evaluates to true if option takes a curl_write_callback argument */