mirror of
https://github.com/curl/curl.git
synced 2026-06-06 02:14:15 +03:00
sasl_sspi: Fixed compilation warning from commit 2d2a62e3d9
Added void reference to unused 'data' parameter back to fix compilation warning.
This commit is contained in:
parent
3aa0e57ce6
commit
6d45f952e6
1 changed files with 2 additions and 0 deletions
|
|
@ -343,6 +343,8 @@ CURLcode Curl_sasl_create_digest_http_message(struct SessionHandle *data,
|
|||
unsigned long attrs;
|
||||
TimeStamp expiry; /* For Windows 9x compatibility of SSPI calls */
|
||||
|
||||
(void) data;
|
||||
|
||||
/* Query the security package for DigestSSP */
|
||||
status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *) TEXT(SP_NAME_DIGEST),
|
||||
&SecurityPackage);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue