mirror of
https://github.com/curl/curl.git
synced 2026-08-25 00:13:34 +03:00
Fixed a few compile errors and warnings.
This commit is contained in:
parent
5ce3eb066e
commit
7831c1ae44
3 changed files with 18 additions and 9 deletions
|
|
@ -110,9 +110,11 @@
|
|||
*/
|
||||
|
||||
static CURLcode Curl_https_connecting(struct connectdata *conn, bool *done);
|
||||
#ifdef USE_SSL
|
||||
static int Curl_https_getsock(struct connectdata *conn,
|
||||
curl_socket_t *socks,
|
||||
int numsocks);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* HTTP handler interface.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue