Adapt OS400 SSL (qssl.h) to V5R4

Fix qssl.c wrong error message
Upgrade OS400 wrappers and makefiles to 7.18.1
This commit is contained in:
Patrick Monnerat
2008-04-07 13:09:17 +00:00
parent 74c500b6ec
commit a08b6ae813
4 changed files with 16 additions and 5 deletions

View File

@@ -867,6 +867,12 @@ curl_formadd_ccsid(struct curl_httppost * * httppost,
break;
case CURLFORM_STREAM:
if (!forms)
value = (char *) va_arg(arg, void *);
break;
case CURLFORM_CONTENTTYPE:
/* If a previous content has been encountered, convert it now. */