and later -> and newer

This commit is contained in:
Viktor Szakats 2026-04-22 21:26:09 +02:00
parent d842beed0e
commit bad8800c62
No known key found for this signature in database

View file

@ -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;