mirror of
https://github.com/curl/curl.git
synced 2026-07-31 01:48:03 +03:00
and later -> and newer
This commit is contained in:
parent
d842beed0e
commit
bad8800c62
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ void Curl_auth_gsasl_cleanup(struct gsasldata *gsasl);
|
|||
struct ntlmdata {
|
||||
#ifdef USE_WINDOWS_SSPI
|
||||
/* The sslContext is used for the Schannel bindings. The
|
||||
* api is available on the Windows 7 SDK and later.
|
||||
* api is available on the Windows 7 SDK and newer.
|
||||
*/
|
||||
#ifdef SECPKG_ATTR_ENDPOINT_BINDINGS
|
||||
CtxtHandle *sslContext;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue