mirror of
https://github.com/curl/curl.git
synced 2026-07-24 08:47:50 +03:00
schannel: fix unused parameter warnings
This commit is contained in:
parent
3af5023a20
commit
a8259945c4
1 changed files with 2 additions and 0 deletions
|
|
@ -952,6 +952,8 @@ void Curl_schannel_close(struct connectdata *conn, int sockindex)
|
|||
|
||||
int Curl_schannel_shutdown(struct connectdata *conn, int sockindex)
|
||||
{
|
||||
(void)conn;
|
||||
(void)sockindex;
|
||||
return CURLE_NOT_BUILT_IN; /* TODO: implement SSL/TLS shutdown */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue