aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/curl_schannel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/curl_schannel.c b/lib/curl_schannel.c
index 1ddc220ae..71a3c57af 100644
--- a/lib/curl_schannel.c
+++ b/lib/curl_schannel.c
@@ -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 */
}