vtls/gtls.c: In function ‘Curl_gtls_data_pending’:
vtls/gtls.c:1429:3: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
if(conn->proxy_ssl[connindex].session &&
^~
vtls/gtls.c:1433:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
return res;
0 != gnutls_record_check_pending(conn->proxy_ssl[connindex].session))
res = TRUE;
- return res;
+ return res;
}
static ssize_t gtls_send(struct connectdata *conn,