Commit 6d45f952 authored by Steve Holme's avatar Steve Holme
Browse files

sasl_sspi: Fixed compilation warning from commit 2d2a62e3

Added void reference to unused 'data' parameter back to fix compilation
warning.
parent 3aa0e57c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);