New options added to OS400 wrapper and ILERPG definitions.

Wrong defines (typos) for QSSL layer fixed.
This commit is contained in:
Patrick Monnerat
2008-07-07 10:39:46 +00:00
parent d816a11bca
commit ddfa4b8896
3 changed files with 18 additions and 4 deletions

View File

@@ -1030,7 +1030,7 @@ curl_easy_setopt_ccsid(CURL * curl, CURLoption tag, ...)
if (testwarn) {
testwarn = 0;
if ((int) STRING_LAST != (int) STRING_SSH_HOST_PUBLIC_KEY_MD5 + 1)
if ((int) STRING_LAST != (int) STRING_SSL_ISSUERCERT + 1)
curl_mfprintf(stderr,
"*** WARNING: curl_easy_setopt_ccsid() should be reworked ***\n");
}
@@ -1073,6 +1073,8 @@ curl_easy_setopt_ccsid(CURL * curl, CURLoption tag, ...)
case CURLOPT_USERAGENT:
case CURLOPT_USERPWD:
case CURLOPT_SSH_HOST_PUBLIC_KEY_MD5:
case CURLOPT_CRLFILE:
case CURLOPT_ISSUERCERT:
s = va_arg(arg, char *);
ccsid = va_arg(arg, unsigned int);