mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:23:33 +03:00
- Make Curl_write and it's callees accept a const pointer, in preparation
of tetetest's patch for curl_easy_send()
This commit is contained in:
parent
cf4570a06f
commit
e2b82b4325
13 changed files with 32 additions and 22 deletions
|
|
@ -578,7 +578,7 @@ struct curl_slist *Curl_ssl_engines_list(struct SessionHandle *data)
|
|||
/* return number of sent (non-SSL) bytes */
|
||||
ssize_t Curl_ssl_send(struct connectdata *conn,
|
||||
int sockindex,
|
||||
void *mem,
|
||||
const void *mem,
|
||||
size_t len)
|
||||
{
|
||||
#ifdef USE_SSLEAY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue