Upgrade OS400 wrappers and RPG copy file according to latest code updates

This commit is contained in:
Patrick Monnerat
2007-10-03 15:09:21 +00:00
parent 3f3a38f9c6
commit 43b10339ab
3 changed files with 21 additions and 2 deletions

View File

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