HTTPS-proxy: fixed mbedtls and polishing

This commit is contained in:
Okhin Vasilij 2016-11-21 17:01:25 +07:00 committed by Daniel Stenberg
parent 49765cd75c
commit c6da05a5ec
30 changed files with 159 additions and 135 deletions

View file

@ -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
}