mirror of
https://github.com/curl/curl.git
synced 2026-07-27 18:18:54 +03:00
HTTPS-proxy: fixed mbedtls and polishing
This commit is contained in:
parent
49765cd75c
commit
c6da05a5ec
30 changed files with 159 additions and 135 deletions
|
|
@ -63,6 +63,8 @@ static CURLcode https_proxy_connect(struct connectdata *conn, int sockindex)
|
|||
}
|
||||
return result;
|
||||
#else
|
||||
(void) conn;
|
||||
(void) sockindex;
|
||||
return CURLE_NOT_BUILT_IN;
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue