From: Michal Marek Date: Mon, 9 Jun 2008 11:13:19 +0000 (+0000) Subject: CURLOPT_CRLFILE and CURLOPT_ISSUERCERT are new string options X-Git-Tag: curl-7_19_0~460 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8a9f195158644186c8c95bcb443a1cf6169857f;p=thirdparty%2Fcurl.git CURLOPT_CRLFILE and CURLOPT_ISSUERCERT are new string options --- diff --git a/include/curl/typecheck-gcc.h b/include/curl/typecheck-gcc.h index 4c75696984..bd0b0b7bb3 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 */