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:
@@ -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. */
|
||||
|
||||
|
Reference in New Issue
Block a user