diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-03-11 15:10:36 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-03-11 15:10:36 +0000 |
commit | 84bc23b92f3e22722b965ae460ca8d3413293d3b (patch) | |
tree | 36f86547e18679039fee3da17480b5ca19121888 /CHANGES | |
parent | d90472dd645429d0b016f0b30dcf889a25aa1240 (diff) |
curl_version_info() returns the feature bit CURL_VERSION_SSPI
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ Daniel (11 March 2005) +- curl_version_info() returns the feature bit CURL_VERSION_SSPI if it was + built with SSPI support. + - Christopher R. Palmer made it possible to build libcurl with the USE_WINDOWS_SSPI on Windows, and then libcurl will be built to use the native way to do NTLM. SSPI also allows libcurl to pass on the current user |